Html Css Color HEX #CCB761 Tacha

📋 copy color: '#CCB761'

red 204 ◦ green 183 ◦ blue 97

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

Shades of Tacha #CCB761

Tints of Tacha #CCB761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 42.15%
G = 37.81%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB761 (or 0xCCB761) is known color: Tacha. HEX triplet: CC, B7 and 61. RGB value is (204,183,97). Sum of RGB (Red+Green+Blue) = 204+183+97=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB761 is #33489E. Grayscale: #B3B3B3. Windows color (decimal): -3360927 or 6404044. OLE color: 6404044.

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

Color convert

RGB 204 183 97 -
CMYK 0 0.10 0.52 0.2
HSL 48.22º 0.51% 0.59% -
HSV(B) 48.22º 0.52% 0.8% -
XYZ 43.99 47.57 18.17 -
YUV 179.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 204 183 97 0 0.10 0.52 0.2 48.22 0.51 0.59
Hex CC B7 61 0 A 34 14 30 33 3B
Octal 314 267 141 0 12 64 24 60 63 73
Binary 11001100 10110111 1100001 0 1010 110100 10100 110000 110011 111011

Color Harmonies of #CCB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB761

Black with #CCB761

Text Example


Text Example

White with #CCB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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