Html Css Color HEX #CCBF8E Winter Hazel

📋 copy color: '#CCBF8E'

red 204 ◦ green 191 ◦ blue 142

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

Shades of Winter Hazel #CCBF8E

Tints of Winter Hazel #CCBF8E

RGB

 RED value IS 204 (80.08% from 255) = 37.99%

 GREEN value IS 191 (75% from 255) = 35.57%

 BLUE value IS 142 (55.86% from 255) = 26.44%

R = 37.99%
G = 35.57%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCBF8E (or 0xCCBF8E) is known color: Winter Hazel. HEX triplet: CC, BF and 8E. RGB value is (204,191,142). Sum of RGB (Red+Green+Blue) = 204+191+142=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF8E is #334071. Grayscale: #BDBDBD. Windows color (decimal): -3358834 or 9355212. OLE color: 9355212.

HSL color Cylindrical-coordinate representation of color #CCBF8E: hue angle of 47.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBF8E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 142 -
CMYK 0 0.06 0.30 0.2
HSL 47.42º 0.38% 0.68% -
HSV(B) 47.42º 0.3% 0.8% -
XYZ 48.42 52.05 33.09 -
YUV 189.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 204 191 142 0 0.06 0.30 0.2 47.42 0.38 0.68
Hex CC BF 8E 0 6 1E 14 2F 26 44
Octal 314 277 216 0 6 36 24 57 46 104
Binary 11001100 10111111 10001110 0 110 11110 10100 101111 100110 1000100

Color Harmonies of #CCBF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF8E

Black with #CCBF8E

Text Example


Text Example

White with #CCBF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF8E; }

 p { color: rgb(204,191,142); }

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

background-color css

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

 a { background-color: rgb(204,191,142); }

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

border-color css

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

 span { border-color: rgb(204,191,142); }

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