Html Css Color HEX #C3C140 Celery

📋 copy color: '#C3C140'

red 195 ◦ green 193 ◦ blue 64

#C3C140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C3C140

Tints of Celery #C3C140

RGB

 RED value IS 195 (76.56% from 255) = 43.14%

 GREEN value IS 193 (75.78% from 255) = 42.7%

 BLUE value IS 64 (25.39% from 255) = 14.16%

R = 43.14%
G = 42.7%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3C140 (or 0xC3C140) is known color: Celery. HEX triplet: C3, C1 and 40. RGB value is (195,193,64). Sum of RGB (Red+Green+Blue) = 195+193+64=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C140 is #3C3EBF. Grayscale: #B3B3B3. Windows color (decimal): -3948224 or 4243907. OLE color: 4243907.

HSL color Cylindrical-coordinate representation of color #C3C140: hue angle of 59.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3C140 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 64 -
CMYK 0 0.01 0.67 0.24
HSL 59.08º 0.52% 0.51% -
HSV(B) 59.08º 0.67% 0.76% -
XYZ 42.5 50.11 12.28 -
YUV 178.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 195 193 64 0 0.01 0.67 0.24 59.08 0.52 0.51
Hex C3 C1 40 0 1 43 18 3B 34 33
Octal 303 301 100 0 1 103 30 73 64 63
Binary 11000011 11000001 1000000 0 1 1000011 11000 111011 110100 110011

Color Harmonies of #C3C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C140

Black with #C3C140

Text Example


Text Example

White with #C3C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C140; }

 p { color: rgb(195,193,64); }

 H1.HeaderClassName
 {
   color: #C3C140;
 }
 .AnyTagClassName
 {
   color: #C3C140;
 }
</style>

background-color css

<style>
 a { background-color: #C3C140; }

 a { background-color: rgb(195,193,64); }

 div.DivClassName
 {
   background-color: #C3C140;
 }
 .BgClassName
 {
   background-color: #C3C140;
 }
</style>

border-color css

<style>
 span { border-color: #C3C140; }

 span { border-color: rgb(195,193,64); }

 td.TdClassName
 {
   border-color: #C3C140;
 }
 .TagClassName
 {
   border-color: #C3C140;
 }
</style>