Html Css Color HEX #C2B14D Sundance

📋 copy color: '#C2B14D'

red 194 ◦ green 177 ◦ blue 77

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

Shades of Sundance #C2B14D

Tints of Sundance #C2B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 43.3%
G = 39.51%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2B14D (or 0xC2B14D) is known color: Sundance. HEX triplet: C2, B1 and 4D. RGB value is (194,177,77). Sum of RGB (Red+Green+Blue) = 194+177+77=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B14D is #3D4EB2. Grayscale: #ABABAB. Windows color (decimal): -4017843 or 5091778. OLE color: 5091778.

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

Color convert

RGB 194 177 77 -
CMYK 0 0.09 0.60 0.24
HSL 51.28º 0.49% 0.53% -
HSV(B) 51.28º 0.6% 0.76% -
XYZ 39.31 43.45 13.34 -
YUV 170.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 194 177 77 0 0.09 0.60 0.24 51.28 0.49 0.53
Hex C2 B1 4D 0 9 3C 18 33 31 35
Octal 302 261 115 0 11 74 30 63 61 65
Binary 11000010 10110001 1001101 0 1001 111100 11000 110011 110001 110101

Color Harmonies of #C2B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B14D

Black with #C2B14D

Text Example


Text Example

White with #C2B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B14D; }

 p { color: rgb(194,177,77); }

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

background-color css

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

 a { background-color: rgb(194,177,77); }

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

border-color css

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

 span { border-color: rgb(194,177,77); }

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