Html Css Color HEX #CBC571 Winter Hazel

📋 copy color: '#CBC571'

red 203 ◦ green 197 ◦ blue 113

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

Shades of Winter Hazel #CBC571

Tints of Winter Hazel #CBC571

RGB

 RED value IS 203 (79.69% from 255) = 39.57%

 GREEN value IS 197 (77.34% from 255) = 38.4%

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 39.57%
G = 38.4%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC571 (or 0xCBC571) is known color: Winter Hazel. HEX triplet: CB, C5 and 71. RGB value is (203,197,113). Sum of RGB (Red+Green+Blue) = 203+197+113=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC571 is #343A8E. Grayscale: #BDBDBD. Windows color (decimal): -3422863 or 7456203. OLE color: 7456203.

HSL color Cylindrical-coordinate representation of color #CBC571: hue angle of 56º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC571 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 113 -
CMYK 0 0.03 0.44 0.20
HSL 56º 0.46% 0.62% -
HSV(B) 56º 0.44% 0.8% -
XYZ 47.58 53.82 23.5 -
YUV 189.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 203 197 113 0 0.03 0.44 0.20 56 0.46 0.62
Hex CB C5 71 0 3 2C 14 38 2E 3E
Octal 313 305 161 0 3 54 24 70 56 76
Binary 11001011 11000101 1110001 0 11 101100 10100 111000 101110 111110

Color Harmonies of #CBC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC571

Black with #CBC571

Text Example


Text Example

White with #CBC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC571; }

 p { color: rgb(203,197,113); }

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

background-color css

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

 a { background-color: rgb(203,197,113); }

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

border-color css

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

 span { border-color: rgb(203,197,113); }

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