Html Css Color HEX #CCB260 Tacha

📋 copy color: '#CCB260'

red 204 ◦ green 178 ◦ blue 96

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

Shades of Tacha #CCB260

Tints of Tacha #CCB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 42.68%
G = 37.24%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB260 (or 0xCCB260) is known color: Tacha. HEX triplet: CC, B2 and 60. RGB value is (204,178,96). Sum of RGB (Red+Green+Blue) = 204+178+96=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB260 is #334D9F. Grayscale: #B0B0B0. Windows color (decimal): -3362208 or 6337228. OLE color: 6337228.

HSL color Cylindrical-coordinate representation of color #CCB260: hue angle of 45.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCB260 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 96 -
CMYK 0 0.13 0.53 0.2
HSL 45.56º 0.51% 0.59% -
HSV(B) 45.56º 0.53% 0.8% -
XYZ 42.93 45.52 17.59 -
YUV 176.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 204 178 96 0 0.13 0.53 0.2 45.56 0.51 0.59
Hex CC B2 60 0 D 35 14 2E 33 3B
Octal 314 262 140 0 15 65 24 56 63 73
Binary 11001100 10110010 1100000 0 1101 110101 10100 101110 110011 111011

Color Harmonies of #CCB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB260

Black with #CCB260

Text Example


Text Example

White with #CCB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB260; }

 p { color: rgb(204,178,96); }

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

background-color css

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

 a { background-color: rgb(204,178,96); }

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

border-color css

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

 span { border-color: rgb(204,178,96); }

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