Html Css Color HEX #CC9A1C Buddha Gold

📋 copy color: '#CC9A1C'

red 204 ◦ green 154 ◦ blue 28

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

Shades of Buddha Gold #CC9A1C

Tints of Buddha Gold #CC9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 52.85%
G = 39.9%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC9A1C (or 0xCC9A1C) is known color: Buddha Gold. HEX triplet: CC, 9A and 1C. RGB value is (204,154,28). Sum of RGB (Red+Green+Blue) = 204+154+28=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A1C is #3365E3. Grayscale: #9B9B9B. Windows color (decimal): -3368420 or 1874636. OLE color: 1874636.

HSL color Cylindrical-coordinate representation of color #CC9A1C: hue angle of 42.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC9A1C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 154 28 -
CMYK 0 0.25 0.86 0.2
HSL 42.95º 0.76% 0.45% -
HSV(B) 42.95º 0.86% 0.8% -
XYZ 36.67 36.03 6.12 -
YUV 154.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 204 154 28 0 0.25 0.86 0.2 42.95 0.76 0.45
Hex CC 9A 1C 0 19 56 14 2B 4C 2D
Octal 314 232 34 0 31 126 24 53 114 55
Binary 11001100 10011010 11100 0 11001 1010110 10100 101011 1001100 101101

Color Harmonies of #CC9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A1C

Black with #CC9A1C

Text Example


Text Example

White with #CC9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A1C; }

 p { color: rgb(204,154,28); }

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

background-color css

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

 a { background-color: rgb(204,154,28); }

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

border-color css

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

 span { border-color: rgb(204,154,28); }

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