Html Css Color HEX #CCA002 Gamboge

📋 copy color: '#CCA002'

red 204 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #CCA002

Tints of Gamboge #CCA002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 55.74%
G = 43.72%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCA002 (or 0xCCA002) is known color: Gamboge. HEX triplet: CC, A0 and 02. RGB value is (204,160,2). Sum of RGB (Red+Green+Blue) = 204+160+2=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA002 is #335FFD. Grayscale: #9B9B9B. Windows color (decimal): -3366910 or 172236. OLE color: 172236.

HSL color Cylindrical-coordinate representation of color #CCA002: hue angle of 46.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA002 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 2 -
CMYK 0 0.22 0.99 0.2
HSL 46.93º 0.98% 0.4% -
HSV(B) 46.93º 0.99% 0.8% -
XYZ 37.48 37.98 5.41 -
YUV 155.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 204 160 2 0 0.22 0.99 0.2 46.93 0.98 0.4
Hex CC A0 2 0 16 63 14 2F 62 28
Octal 314 240 2 0 26 143 24 57 142 50
Binary 11001100 10100000 10 0 10110 1100011 10100 101111 1100010 101000

Color Harmonies of #CCA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA002

Black with #CCA002

Text Example


Text Example

White with #CCA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA002; }

 p { color: rgb(204,160,2); }

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

background-color css

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

 a { background-color: rgb(204,160,2); }

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

border-color css

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

 span { border-color: rgb(204,160,2); }

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