Html Css Color HEX #CBC273 Winter Hazel

📋 copy color: '#CBC273'

red 203 ◦ green 194 ◦ blue 115

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

Shades of Winter Hazel #CBC273

Tints of Winter Hazel #CBC273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 39.65%
G = 37.89%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBC273 (or 0xCBC273) is known color: Winter Hazel. HEX triplet: CB, C2 and 73. RGB value is (203,194,115). Sum of RGB (Red+Green+Blue) = 203+194+115=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC273 is #343D8C. Grayscale: #BCBCBC. Windows color (decimal): -3423629 or 7586507. OLE color: 7586507.

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

Color convert

RGB 203 194 115 -
CMYK 0 0.04 0.43 0.20
HSL 53.86º 0.46% 0.62% -
HSV(B) 53.86º 0.43% 0.8% -
XYZ 47.01 52.52 23.88 -
YUV 187.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 203 194 115 0 0.04 0.43 0.20 53.86 0.46 0.62
Hex CB C2 73 0 4 2B 14 36 2E 3E
Octal 313 302 163 0 4 53 24 66 56 76
Binary 11001011 11000010 1110011 0 100 101011 10100 110110 101110 111110

Color Harmonies of #CBC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC273

Black with #CBC273

Text Example


Text Example

White with #CBC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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