Html Css Color HEX #C2B24C Sundance

📋 copy color: '#C2B24C'

red 194 ◦ green 178 ◦ blue 76

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

Shades of Sundance #C2B24C

Tints of Sundance #C2B24C

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 178 (69.92% from 255) = 39.73%

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 43.3%
G = 39.73%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2B24C (or 0xC2B24C) is known color: Sundance. HEX triplet: C2, B2 and 4C. RGB value is (194,178,76). Sum of RGB (Red+Green+Blue) = 194+178+76=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B24C is #3D4DB3. Grayscale: #ABABAB. Windows color (decimal): -4017588 or 5026498. OLE color: 5026498.

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

Color convert

RGB 194 178 76 -
CMYK 0 0.08 0.61 0.24
HSL 51.86º 0.49% 0.53% -
HSV(B) 51.86º 0.61% 0.76% -
XYZ 39.47 43.83 13.22 -
YUV 171.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 194 178 76 0 0.08 0.61 0.24 51.86 0.49 0.53
Hex C2 B2 4C 0 8 3D 18 34 31 35
Octal 302 262 114 0 10 75 30 64 61 65
Binary 11000010 10110010 1001100 0 1000 111101 11000 110100 110001 110101

Color Harmonies of #C2B24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B24C

Black with #C2B24C

Text Example


Text Example

White with #C2B24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B24C; }

 p { color: rgb(194,178,76); }

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

background-color css

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

 a { background-color: rgb(194,178,76); }

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

border-color css

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

 span { border-color: rgb(194,178,76); }

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