Html Css Color HEX #CBC384 Winter Hazel

📋 copy color: '#CBC384'

red 203 ◦ green 195 ◦ blue 132

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

Shades of Winter Hazel #CBC384

Tints of Winter Hazel #CBC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 38.3%
G = 36.79%
B = 24.91%

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

#CBC384 (or 0xCBC384) is known color: Winter Hazel. HEX triplet: CB, C3 and 84. RGB value is (203,195,132). Sum of RGB (Red+Green+Blue) = 203+195+132=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC384 is #343C7B. Grayscale: #BEBEBE. Windows color (decimal): -3423356 or 8700875. OLE color: 8700875.

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

Color convert

RGB 203 195 132 -
CMYK 0 0.04 0.35 0.20
HSL 53.24º 0.41% 0.66% -
HSV(B) 53.24º 0.35% 0.8% -
XYZ 48.31 53.39 29.59 -
YUV 190.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 203 195 132 0 0.04 0.35 0.20 53.24 0.41 0.66
Hex CB C3 84 0 4 23 14 35 29 42
Octal 313 303 204 0 4 43 24 65 51 102
Binary 11001011 11000011 10000100 0 100 100011 10100 110101 101001 1000010

Color Harmonies of #CBC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC384

Black with #CBC384

Text Example


Text Example

White with #CBC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC384; }

 p { color: rgb(203,195,132); }

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

background-color css

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

 a { background-color: rgb(203,195,132); }

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

border-color css

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

 span { border-color: rgb(203,195,132); }

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