Html Css Color HEX #CCBE6E Tacha

📋 copy color: '#CCBE6E'

red 204 ◦ green 190 ◦ blue 110

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

Shades of Tacha #CCBE6E

Tints of Tacha #CCBE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.83%

R = 40.48%
G = 37.7%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCBE6E (or 0xCCBE6E) is known color: Tacha. HEX triplet: CC, BE and 6E. RGB value is (204,190,110). Sum of RGB (Red+Green+Blue) = 204+190+110=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE6E is #334191. Grayscale: #B9B9B9. Windows color (decimal): -3359122 or 7257804. OLE color: 7257804.

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

Color convert

RGB 204 190 110 -
CMYK 0 0.07 0.46 0.2
HSL 51.06º 0.48% 0.62% -
HSV(B) 51.06º 0.46% 0.8% -
XYZ 46.13 50.79 22.12 -
YUV 185.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 204 190 110 0 0.07 0.46 0.2 51.06 0.48 0.62
Hex CC BE 6E 0 7 2E 14 33 30 3E
Octal 314 276 156 0 7 56 24 63 60 76
Binary 11001100 10111110 1101110 0 111 101110 10100 110011 110000 111110

Color Harmonies of #CCBE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE6E

Black with #CCBE6E

Text Example


Text Example

White with #CCBE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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