Html Css Color HEX #C3C04A Celery

📋 copy color: '#C3C04A'

red 195 ◦ green 192 ◦ blue 74

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

Shades of Celery #C3C04A

Tints of Celery #C3C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 42.3%
G = 41.65%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3C04A (or 0xC3C04A) is known color: Celery. HEX triplet: C3, C0 and 4A. RGB value is (195,192,74). Sum of RGB (Red+Green+Blue) = 195+192+74=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C04A is #3C3FB5. Grayscale: #B3B3B3. Windows color (decimal): -3948470 or 4899011. OLE color: 4899011.

HSL color Cylindrical-coordinate representation of color #C3C04A: hue angle of 58.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3C04A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 74 -
CMYK 0 0.02 0.62 0.24
HSL 58.51º 0.5% 0.53% -
HSV(B) 58.51º 0.62% 0.76% -
XYZ 42.59 49.8 13.85 -
YUV 179.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 195 192 74 0 0.02 0.62 0.24 58.51 0.5 0.53
Hex C3 C0 4A 0 2 3E 18 3B 32 35
Octal 303 300 112 0 2 76 30 73 62 65
Binary 11000011 11000000 1001010 0 10 111110 11000 111011 110010 110101

Color Harmonies of #C3C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C04A

Black with #C3C04A

Text Example


Text Example

White with #C3C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C04A; }

 p { color: rgb(195,192,74); }

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

background-color css

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

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

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

border-color css

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

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

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