Html Css Color HEX #C3C352 Celery

📋 copy color: '#C3C352'

red 195 ◦ green 195 ◦ blue 82

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

Shades of Celery #C3C352

Tints of Celery #C3C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.37%

R = 41.31%
G = 41.31%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C3C352 (or 0xC3C352) is known color: Celery. HEX triplet: C3, C3 and 52. RGB value is (195,195,82). Sum of RGB (Red+Green+Blue) = 195+195+82=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C352 is #3C3CAD. Grayscale: #B6B6B6. Windows color (decimal): -3947694 or 5424067. OLE color: 5424067.

HSL color Cylindrical-coordinate representation of color #C3C352: hue angle of 60º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3C352 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 82 -
CMYK 0 0 0.58 0.24
HSL 60º 0.48% 0.54% -
HSV(B) 60º 0.58% 0.76% -
XYZ 43.54 51.24 15.58 -
YUV 182.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 195 195 82 0 0 0.58 0.24 60 0.48 0.54
Hex C3 C3 52 0 0 3A 18 3C 30 36
Octal 303 303 122 0 0 72 30 74 60 66
Binary 11000011 11000011 1010010 0 0 111010 11000 111100 110000 110110

Color Harmonies of #C3C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C352

Black with #C3C352

Text Example


Text Example

White with #C3C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C352; }

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

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

background-color css

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

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

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

border-color css

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

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

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