Html Css Color HEX #CCB961 Tacha

📋 copy color: '#CCB961'

red 204 ◦ green 185 ◦ blue 97

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

Shades of Tacha #CCB961

Tints of Tacha #CCB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 41.98%
G = 38.07%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB961 (or 0xCCB961) is known color: Tacha. HEX triplet: CC, B9 and 61. RGB value is (204,185,97). Sum of RGB (Red+Green+Blue) = 204+185+97=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB961 is #33469E. Grayscale: #B5B5B5. Windows color (decimal): -3360415 or 6404556. OLE color: 6404556.

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

Color convert

RGB 204 185 97 -
CMYK 0 0.09 0.52 0.2
HSL 49.35º 0.51% 0.59% -
HSV(B) 49.35º 0.52% 0.8% -
XYZ 44.41 48.4 18.31 -
YUV 180.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 204 185 97 0 0.09 0.52 0.2 49.35 0.51 0.59
Hex CC B9 61 0 9 34 14 31 33 3B
Octal 314 271 141 0 11 64 24 61 63 73
Binary 11001100 10111001 1100001 0 1001 110100 10100 110001 110011 111011

Color Harmonies of #CCB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB961

Black with #CCB961

Text Example


Text Example

White with #CCB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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