Html Css Color HEX #CBC38B Winter Hazel

📋 copy color: '#CBC38B'

red 203 ◦ green 195 ◦ blue 139

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

Shades of Winter Hazel #CBC38B

Tints of Winter Hazel #CBC38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.88%

R = 37.8%
G = 36.31%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CBC38B (or 0xCBC38B) is known color: Winter Hazel. HEX triplet: CB, C3 and 8B. RGB value is (203,195,139). Sum of RGB (Red+Green+Blue) = 203+195+139=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC38B is #343C74. Grayscale: #BFBFBF. Windows color (decimal): -3423349 or 9159627. OLE color: 9159627.

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

Color convert

RGB 203 195 139 -
CMYK 0 0.04 0.32 0.20
HSL 52.5º 0.38% 0.67% -
HSV(B) 52.5º 0.32% 0.8% -
XYZ 48.8 53.59 32.2 -
YUV 191.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 203 195 139 0 0.04 0.32 0.20 52.5 0.38 0.67
Hex CB C3 8B 0 4 20 14 34 26 43
Octal 313 303 213 0 4 40 24 64 46 103
Binary 11001011 11000011 10001011 0 100 100000 10100 110100 100110 1000011

Color Harmonies of #CBC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC38B

Black with #CBC38B

Text Example


Text Example

White with #CBC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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