Html Css Color HEX #CCB165 Tacha

📋 copy color: '#CCB165'

red 204 ◦ green 177 ◦ blue 101

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

Shades of Tacha #CCB165

Tints of Tacha #CCB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 42.32%
G = 36.72%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCB165 (or 0xCCB165) is known color: Tacha. HEX triplet: CC, B1 and 65. RGB value is (204,177,101). Sum of RGB (Red+Green+Blue) = 204+177+101=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB165 is #334E9A. Grayscale: #B0B0B0. Windows color (decimal): -3362459 or 6664652. OLE color: 6664652.

HSL color Cylindrical-coordinate representation of color #CCB165: hue angle of 44.27º 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 #CCB165 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 101 -
CMYK 0 0.13 0.50 0.2
HSL 44.27º 0.5% 0.6% -
HSV(B) 44.27º 0.5% 0.8% -
XYZ 42.97 45.22 18.78 -
YUV 176.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 204 177 101 0 0.13 0.50 0.2 44.27 0.5 0.6
Hex CC B1 65 0 D 32 14 2C 32 3C
Octal 314 261 145 0 15 62 24 54 62 74
Binary 11001100 10110001 1100101 0 1101 110010 10100 101100 110010 111100

Color Harmonies of #CCB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB165

Black with #CCB165

Text Example


Text Example

White with #CCB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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