Html Css Color HEX #CCBB65 Tacha

📋 copy color: '#CCBB65'

red 204 ◦ green 187 ◦ blue 101

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

Shades of Tacha #CCBB65

Tints of Tacha #CCBB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 41.46%
G = 38.01%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCBB65 (or 0xCCBB65) is known color: Tacha. HEX triplet: CC, BB and 65. RGB value is (204,187,101). Sum of RGB (Red+Green+Blue) = 204+187+101=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB65 is #33449A. Grayscale: #B6B6B6. Windows color (decimal): -3359899 or 6667212. OLE color: 6667212.

HSL color Cylindrical-coordinate representation of color #CCBB65: hue angle of 50.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCBB65 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 101 -
CMYK 0 0.08 0.50 0.2
HSL 50.1º 0.5% 0.6% -
HSV(B) 50.1º 0.5% 0.8% -
XYZ 45.02 49.32 19.46 -
YUV 182.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 204 187 101 0 0.08 0.50 0.2 50.1 0.5 0.6
Hex CC BB 65 0 8 32 14 32 32 3C
Octal 314 273 145 0 10 62 24 62 62 74
Binary 11001100 10111011 1100101 0 1000 110010 10100 110010 110010 111100

Color Harmonies of #CCBB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB65

Black with #CCBB65

Text Example


Text Example

White with #CCBB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB65; }

 p { color: rgb(204,187,101); }

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

background-color css

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

 a { background-color: rgb(204,187,101); }

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

border-color css

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

 span { border-color: rgb(204,187,101); }

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