Html Css Color HEX #CCBE7F Winter Hazel

📋 copy color: '#CCBE7F'

red 204 ◦ green 190 ◦ blue 127

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

Shades of Winter Hazel #CCBE7F

Tints of Winter Hazel #CCBE7F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

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

R = 39.16%
G = 36.47%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCBE7F (or 0xCCBE7F) is known color: Winter Hazel. HEX triplet: CC, BE and 7F. RGB value is (204,190,127). Sum of RGB (Red+Green+Blue) = 204+190+127=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7F is #334180. Grayscale: #BBBBBB. Windows color (decimal): -3359105 or 8371916. OLE color: 8371916.

HSL color Cylindrical-coordinate representation of color #CCBE7F: hue angle of 49.09º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCBE7F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 127 -
CMYK 0 0.07 0.38 0.2
HSL 49.09º 0.43% 0.65% -
HSV(B) 49.09º 0.38% 0.8% -
XYZ 47.15 51.2 27.48 -
YUV 187 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 204 190 127 0 0.07 0.38 0.2 49.09 0.43 0.65
Hex CC BE 7F 0 7 26 14 31 2B 41
Octal 314 276 177 0 7 46 24 61 53 101
Binary 11001100 10111110 1111111 0 111 100110 10100 110001 101011 1000001

Color Harmonies of #CCBE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE7F

Black with #CCBE7F

Text Example


Text Example

White with #CCBE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE7F; }

 p { color: rgb(204,190,127); }

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

background-color css

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

 a { background-color: rgb(204,190,127); }

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

border-color css

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

 span { border-color: rgb(204,190,127); }

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