Html Css Color HEX #CCB360 Tacha

📋 copy color: '#CCB360'

red 204 ◦ green 179 ◦ blue 96

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

Shades of Tacha #CCB360

Tints of Tacha #CCB360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

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

R = 42.59%
G = 37.37%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB360 (or 0xCCB360) is known color: Tacha. HEX triplet: CC, B3 and 60. RGB value is (204,179,96). Sum of RGB (Red+Green+Blue) = 204+179+96=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB360 is #334C9F. Grayscale: #B1B1B1. Windows color (decimal): -3361952 or 6337484. OLE color: 6337484.

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

Color convert

RGB 204 179 96 -
CMYK 0 0.12 0.53 0.2
HSL 46.11º 0.51% 0.59% -
HSV(B) 46.11º 0.53% 0.8% -
XYZ 43.13 45.92 17.66 -
YUV 177.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 204 179 96 0 0.12 0.53 0.2 46.11 0.51 0.59
Hex CC B3 60 0 C 35 14 2E 33 3B
Octal 314 263 140 0 14 65 24 56 63 73
Binary 11001100 10110011 1100000 0 1100 110101 10100 101110 110011 111011

Color Harmonies of #CCB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB360

Black with #CCB360

Text Example


Text Example

White with #CCB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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