Html Css Color HEX #CBC18B Winter Hazel

📋 copy color: '#CBC18B'

red 203 ◦ green 193 ◦ blue 139

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

Shades of Winter Hazel #CBC18B

Tints of Winter Hazel #CBC18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

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

R = 37.94%
G = 36.07%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CBC18B (or 0xCBC18B) is known color: Winter Hazel. HEX triplet: CB, C1 and 8B. RGB value is (203,193,139). Sum of RGB (Red+Green+Blue) = 203+193+139=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC18B is #343E74. Grayscale: #BEBEBE. Windows color (decimal): -3423861 or 9159115. OLE color: 9159115.

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

Color convert

RGB 203 193 139 -
CMYK 0 0.05 0.32 0.20
HSL 50.63º 0.38% 0.67% -
HSV(B) 50.63º 0.32% 0.8% -
XYZ 48.36 52.7 32.05 -
YUV 189.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 203 193 139 0 0.05 0.32 0.20 50.63 0.38 0.67
Hex CB C1 8B 0 5 20 14 33 26 43
Octal 313 301 213 0 5 40 24 63 46 103
Binary 11001011 11000001 10001011 0 101 100000 10100 110011 100110 1000011

Color Harmonies of #CBC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC18B

Black with #CBC18B

Text Example


Text Example

White with #CBC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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