Html Css Color HEX #CCB561 Tacha

📋 copy color: '#CCB561'

red 204 ◦ green 181 ◦ blue 97

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

Shades of Tacha #CCB561

Tints of Tacha #CCB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.55%

 BLUE value IS 97 (38.28% from 255) = 20.12%

R = 42.32%
G = 37.55%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB561 (or 0xCCB561) is known color: Tacha. HEX triplet: CC, B5 and 61. RGB value is (204,181,97). Sum of RGB (Red+Green+Blue) = 204+181+97=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB561 is #334A9E. Grayscale: #B2B2B2. Windows color (decimal): -3361439 or 6403532. OLE color: 6403532.

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

Color convert

RGB 204 181 97 -
CMYK 0 0.11 0.52 0.2
HSL 47.1º 0.51% 0.59% -
HSV(B) 47.1º 0.52% 0.8% -
XYZ 43.58 46.75 18.04 -
YUV 178.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 204 181 97 0 0.11 0.52 0.2 47.1 0.51 0.59
Hex CC B5 61 0 B 34 14 2F 33 3B
Octal 314 265 141 0 13 64 24 57 63 73
Binary 11001100 10110101 1100001 0 1011 110100 10100 101111 110011 111011

Color Harmonies of #CCB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB561

Black with #CCB561

Text Example


Text Example

White with #CCB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB561; }

 p { color: rgb(204,181,97); }

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

background-color css

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

 a { background-color: rgb(204,181,97); }

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

border-color css

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

 span { border-color: rgb(204,181,97); }

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