Html Css Color HEX #CBC692 Winter Hazel

📋 copy color: '#CBC692'

red 203 ◦ green 198 ◦ blue 146

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

Shades of Winter Hazel #CBC692

Tints of Winter Hazel #CBC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 37.11%
G = 36.2%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBC692 (or 0xCBC692) is known color: Winter Hazel. HEX triplet: CB, C6 and 92. RGB value is (203,198,146). Sum of RGB (Red+Green+Blue) = 203+198+146=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC692 is #34396D. Grayscale: #C1C1C1. Windows color (decimal): -3422574 or 9619147. OLE color: 9619147.

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

Color convert

RGB 203 198 146 -
CMYK 0 0.02 0.28 0.20
HSL 54.74º 0.35% 0.68% -
HSV(B) 54.74º 0.28% 0.8% -
XYZ 50.01 55.16 35.21 -
YUV 193.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 203 198 146 0 0.02 0.28 0.20 54.74 0.35 0.68
Hex CB C6 92 0 2 1C 14 37 23 44
Octal 313 306 222 0 2 34 24 67 43 104
Binary 11001011 11000110 10010010 0 10 11100 10100 110111 100011 1000100

Color Harmonies of #CBC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC692

Black with #CBC692

Text Example


Text Example

White with #CBC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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