Html Css Color HEX #CBC37F Winter Hazel

📋 copy color: '#CBC37F'

red 203 ◦ green 195 ◦ blue 127

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

Shades of Winter Hazel #CBC37F

Tints of Winter Hazel #CBC37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 38.67%
G = 37.14%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBC37F (or 0xCBC37F) is known color: Winter Hazel. HEX triplet: CB, C3 and 7F. RGB value is (203,195,127). Sum of RGB (Red+Green+Blue) = 203+195+127=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC37F is #343C80. Grayscale: #BDBDBD. Windows color (decimal): -3423361 or 8373195. OLE color: 8373195.

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

Color convert

RGB 203 195 127 -
CMYK 0 0.04 0.37 0.20
HSL 53.68º 0.42% 0.65% -
HSV(B) 53.68º 0.37% 0.8% -
XYZ 47.97 53.26 27.83 -
YUV 189.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 203 195 127 0 0.04 0.37 0.20 53.68 0.42 0.65
Hex CB C3 7F 0 4 25 14 36 2A 41
Octal 313 303 177 0 4 45 24 66 52 101
Binary 11001011 11000011 1111111 0 100 100101 10100 110110 101010 1000001

Color Harmonies of #CBC37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC37F

Black with #CBC37F

Text Example


Text Example

White with #CBC37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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