Html Css Color HEX #C3C142 Celery

📋 copy color: '#C3C142'

red 195 ◦ green 193 ◦ blue 66

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

Shades of Celery #C3C142

Tints of Celery #C3C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.54%

R = 42.95%
G = 42.51%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C3C142 (or 0xC3C142) is known color: Celery. HEX triplet: C3, C1 and 42. RGB value is (195,193,66). Sum of RGB (Red+Green+Blue) = 195+193+66=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C142 is #3C3EBD. Grayscale: #B3B3B3. Windows color (decimal): -3948222 or 4374979. OLE color: 4374979.

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

Color convert

RGB 195 193 66 -
CMYK 0 0.01 0.66 0.24
HSL 59.07º 0.52% 0.51% -
HSV(B) 59.07º 0.66% 0.76% -
XYZ 42.56 50.14 12.59 -
YUV 179.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 195 193 66 0 0.01 0.66 0.24 59.07 0.52 0.51
Hex C3 C1 42 0 1 42 18 3B 34 33
Octal 303 301 102 0 1 102 30 73 64 63
Binary 11000011 11000001 1000010 0 1 1000010 11000 111011 110100 110011

Color Harmonies of #C3C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C142

Black with #C3C142

Text Example


Text Example

White with #C3C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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