Html Css Color HEX #CBC483 Winter Hazel

📋 copy color: '#CBC483'

red 203 ◦ green 196 ◦ blue 131

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

Shades of Winter Hazel #CBC483

Tints of Winter Hazel #CBC483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 38.3%
G = 36.98%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBC483 (or 0xCBC483) is known color: Winter Hazel. HEX triplet: CB, C4 and 83. RGB value is (203,196,131). Sum of RGB (Red+Green+Blue) = 203+196+131=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC483 is #343B7C. Grayscale: #BEBEBE. Windows color (decimal): -3423101 or 8635595. OLE color: 8635595.

HSL color Cylindrical-coordinate representation of color #CBC483: hue angle of 54.17º 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 #CBC483 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 131 -
CMYK 0 0.03 0.35 0.20
HSL 54.17º 0.41% 0.65% -
HSV(B) 54.17º 0.35% 0.8% -
XYZ 48.47 53.82 29.31 -
YUV 190.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 203 196 131 0 0.03 0.35 0.20 54.17 0.41 0.65
Hex CB C4 83 0 3 23 14 36 29 41
Octal 313 304 203 0 3 43 24 66 51 101
Binary 11001011 11000100 10000011 0 11 100011 10100 110110 101001 1000001

Color Harmonies of #CBC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC483

Black with #CBC483

Text Example


Text Example

White with #CBC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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