Html Css Color HEX #CBC582 Winter Hazel

📋 copy color: '#CBC582'

red 203 ◦ green 197 ◦ blue 130

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

Shades of Winter Hazel #CBC582

Tints of Winter Hazel #CBC582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 38.3%
G = 37.17%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CBC582 (or 0xCBC582) is known color: Winter Hazel. HEX triplet: CB, C5 and 82. RGB value is (203,197,130). Sum of RGB (Red+Green+Blue) = 203+197+130=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC582 is #343A7D. Grayscale: #BFBFBF. Windows color (decimal): -3422846 or 8570315. OLE color: 8570315.

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

Color convert

RGB 203 197 130 -
CMYK 0 0.03 0.36 0.20
HSL 55.07º 0.41% 0.65% -
HSV(B) 55.07º 0.36% 0.8% -
XYZ 48.62 54.24 29.03 -
YUV 191.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 203 197 130 0 0.03 0.36 0.20 55.07 0.41 0.65
Hex CB C5 82 0 3 24 14 37 29 41
Octal 313 305 202 0 3 44 24 67 51 101
Binary 11001011 11000101 10000010 0 11 100100 10100 110111 101001 1000001

Color Harmonies of #CBC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC582

Black with #CBC582

Text Example


Text Example

White with #CBC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC582; }

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

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

background-color css

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

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

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

border-color css

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

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

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