Html Css Color HEX #C3C341 Celery

📋 copy color: '#C3C341'

red 195 ◦ green 195 ◦ blue 65

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

Shades of Celery #C3C341

Tints of Celery #C3C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 65 (25.78% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3C341 (or 0xC3C341) is known color: Celery. HEX triplet: C3, C3 and 41. RGB value is (195,195,65). Sum of RGB (Red+Green+Blue) = 195+195+65=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C341 is #3C3CBE. Grayscale: #B4B4B4. Windows color (decimal): -3947711 or 4309955. OLE color: 4309955.

HSL color Cylindrical-coordinate representation of color #C3C341: hue angle of 60º 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 #C3C341 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 65 -
CMYK 0 0 0.67 0.24
HSL 60º 0.52% 0.51% -
HSV(B) 60º 0.67% 0.76% -
XYZ 42.97 51.01 12.58 -
YUV 180.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 195 195 65 0 0 0.67 0.24 60 0.52 0.51
Hex C3 C3 41 0 0 43 18 3C 34 33
Octal 303 303 101 0 0 103 30 74 64 63
Binary 11000011 11000011 1000001 0 0 1000011 11000 111100 110100 110011

Color Harmonies of #C3C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C341

Black with #C3C341

Text Example


Text Example

White with #C3C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C341; }

 p { color: rgb(195,195,65); }

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

background-color css

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

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

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

border-color css

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

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

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