Html Css Color HEX #CCB762 Tacha

📋 copy color: '#CCB762'

red 204 ◦ green 183 ◦ blue 98

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

Shades of Tacha #CCB762

Tints of Tacha #CCB762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 42.06%
G = 37.73%
B = 20.21%

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

#CCB762 (or 0xCCB762) is known color: Tacha. HEX triplet: CC, B7 and 62. RGB value is (204,183,98). Sum of RGB (Red+Green+Blue) = 204+183+98=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB762 is #33489D. Grayscale: #B3B3B3. Windows color (decimal): -3360926 or 6469580. OLE color: 6469580.

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

Color convert

RGB 204 183 98 -
CMYK 0 0.10 0.52 0.2
HSL 48.11º 0.51% 0.59% -
HSV(B) 48.11º 0.52% 0.8% -
XYZ 44.04 47.59 18.42 -
YUV 179.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 204 183 98 0 0.10 0.52 0.2 48.11 0.51 0.59
Hex CC B7 62 0 A 34 14 30 33 3B
Octal 314 267 142 0 12 64 24 60 63 73
Binary 11001100 10110111 1100010 0 1010 110100 10100 110000 110011 111011

Color Harmonies of #CCB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB762

Black with #CCB762

Text Example


Text Example

White with #CCB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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