Html Css Color HEX #CBC392 Winter Hazel

📋 copy color: '#CBC392'

red 203 ◦ green 195 ◦ blue 146

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

Shades of Winter Hazel #CBC392

Tints of Winter Hazel #CBC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 37.32%
G = 35.85%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBC392 (or 0xCBC392) is known color: Winter Hazel. HEX triplet: CB, C3 and 92. RGB value is (203,195,146). Sum of RGB (Red+Green+Blue) = 203+195+146=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC392 is #343C6D. Grayscale: #C0C0C0. Windows color (decimal): -3423342 or 9618379. OLE color: 9618379.

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

Color convert

RGB 203 195 146 -
CMYK 0 0.04 0.28 0.20
HSL 51.58º 0.35% 0.68% -
HSV(B) 51.58º 0.28% 0.8% -
XYZ 49.33 53.8 34.98 -
YUV 191.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 203 195 146 0 0.04 0.28 0.20 51.58 0.35 0.68
Hex CB C3 92 0 4 1C 14 34 23 44
Octal 313 303 222 0 4 34 24 64 43 104
Binary 11001011 11000011 10010010 0 100 11100 10100 110100 100011 1000100

Color Harmonies of #CBC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC392

Black with #CBC392

Text Example


Text Example

White with #CBC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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