Html Css Color HEX #CBC283 Winter Hazel

📋 copy color: '#CBC283'

red 203 ◦ green 194 ◦ blue 131

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

Shades of Winter Hazel #CBC283

Tints of Winter Hazel #CBC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

 BLUE value IS 131 (51.56% from 255) = 24.81%

R = 38.45%
G = 36.74%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBC283 (or 0xCBC283) is known color: Winter Hazel. HEX triplet: CB, C2 and 83. RGB value is (203,194,131). Sum of RGB (Red+Green+Blue) = 203+194+131=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC283 is #343D7C. Grayscale: #BDBDBD. Windows color (decimal): -3423613 or 8635083. OLE color: 8635083.

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

Color convert

RGB 203 194 131 -
CMYK 0 0.04 0.35 0.20
HSL 52.5º 0.41% 0.65% -
HSV(B) 52.5º 0.35% 0.8% -
XYZ 48.02 52.92 29.16 -
YUV 189.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 203 194 131 0 0.04 0.35 0.20 52.5 0.41 0.65
Hex CB C2 83 0 4 23 14 34 29 41
Octal 313 302 203 0 4 43 24 64 51 101
Binary 11001011 11000010 10000011 0 100 100011 10100 110100 101001 1000001

Color Harmonies of #CBC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC283

Black with #CBC283

Text Example


Text Example

White with #CBC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC283; }

 p { color: rgb(203,194,131); }

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

background-color css

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

 a { background-color: rgb(203,194,131); }

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

border-color css

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

 span { border-color: rgb(203,194,131); }

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