Html Css Color HEX #CBC073 Winter Hazel

📋 copy color: '#CBC073'

red 203 ◦ green 192 ◦ blue 115

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

Shades of Winter Hazel #CBC073

Tints of Winter Hazel #CBC073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 39.8%
G = 37.65%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBC073 (or 0xCBC073) is known color: Winter Hazel. HEX triplet: CB, C0 and 73. RGB value is (203,192,115). Sum of RGB (Red+Green+Blue) = 203+192+115=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC073 is #343F8C. Grayscale: #BABABA. Windows color (decimal): -3424141 or 7585995. OLE color: 7585995.

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

Color convert

RGB 203 192 115 -
CMYK 0 0.05 0.43 0.20
HSL 52.5º 0.46% 0.62% -
HSV(B) 52.5º 0.43% 0.8% -
XYZ 46.57 51.63 23.73 -
YUV 186.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 203 192 115 0 0.05 0.43 0.20 52.5 0.46 0.62
Hex CB C0 73 0 5 2B 14 34 2E 3E
Octal 313 300 163 0 5 53 24 64 56 76
Binary 11001011 11000000 1110011 0 101 101011 10100 110100 101110 111110

Color Harmonies of #CBC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC073

Black with #CBC073

Text Example


Text Example

White with #CBC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC073; }

 p { color: rgb(203,192,115); }

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

background-color css

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

 a { background-color: rgb(203,192,115); }

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

border-color css

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

 span { border-color: rgb(203,192,115); }

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