Html Css Color HEX #CCBF8F Winter Hazel

📋 copy color: '#CCBF8F'

red 204 ◦ green 191 ◦ blue 143

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

Shades of Winter Hazel #CCBF8F

Tints of Winter Hazel #CCBF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 37.92%
G = 35.5%
B = 26.58%

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

#CCBF8F (or 0xCCBF8F) is known color: Winter Hazel. HEX triplet: CC, BF and 8F. RGB value is (204,191,143). Sum of RGB (Red+Green+Blue) = 204+191+143=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF8F is #334070. Grayscale: #BDBDBD. Windows color (decimal): -3358833 or 9420748. OLE color: 9420748.

HSL color Cylindrical-coordinate representation of color #CCBF8F: hue angle of 47.21º degrees, saturation: 0.37, 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 #CCBF8F is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 143 -
CMYK 0 0.06 0.30 0.2
HSL 47.21º 0.37% 0.68% -
HSV(B) 47.21º 0.3% 0.8% -
XYZ 48.49 52.08 33.48 -
YUV 189.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 204 191 143 0 0.06 0.30 0.2 47.21 0.37 0.68
Hex CC BF 8F 0 6 1E 14 2F 25 44
Octal 314 277 217 0 6 36 24 57 45 104
Binary 11001100 10111111 10001111 0 110 11110 10100 101111 100101 1000100

Color Harmonies of #CCBF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF8F

Black with #CCBF8F

Text Example


Text Example

White with #CCBF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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