Html Css Color HEX #CBC18C Winter Hazel

📋 copy color: '#CBC18C'

red 203 ◦ green 193 ◦ blue 140

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

Shades of Winter Hazel #CBC18C

Tints of Winter Hazel #CBC18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 37.87%
G = 36.01%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CBC18C (or 0xCBC18C) is known color: Winter Hazel. HEX triplet: CB, C1 and 8C. RGB value is (203,193,140). Sum of RGB (Red+Green+Blue) = 203+193+140=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC18C is #343E73. Grayscale: #BEBEBE. Windows color (decimal): -3423860 or 9224651. OLE color: 9224651.

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

Color convert

RGB 203 193 140 -
CMYK 0 0.05 0.31 0.20
HSL 50.48º 0.38% 0.67% -
HSV(B) 50.48º 0.31% 0.8% -
XYZ 48.43 52.73 32.44 -
YUV 189.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 203 193 140 0 0.05 0.31 0.20 50.48 0.38 0.67
Hex CB C1 8C 0 5 1F 14 32 26 43
Octal 313 301 214 0 5 37 24 62 46 103
Binary 11001011 11000001 10001100 0 101 11111 10100 110010 100110 1000011

Color Harmonies of #CBC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC18C

Black with #CBC18C

Text Example


Text Example

White with #CBC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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