Html Css Color HEX #CC642A Gold Drop

📋 copy color: '#CC642A'

red 204 ◦ green 100 ◦ blue 42

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

Shades of Gold Drop #CC642A

Tints of Gold Drop #CC642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 58.96%
G = 28.9%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC642A (or 0xCC642A) is known color: Gold Drop. HEX triplet: CC, 64 and 2A. RGB value is (204,100,42). Sum of RGB (Red+Green+Blue) = 204+100+42=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC642A is #339BD5. Grayscale: #7C7C7C. Windows color (decimal): -3382230 or 2778316. OLE color: 2778316.

HSL color Cylindrical-coordinate representation of color #CC642A: hue angle of 21.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC642A is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 42 -
CMYK 0 0.51 0.79 0.2
HSL 21.48º 0.66% 0.48% -
HSV(B) 21.48º 0.79% 0.8% -
XYZ 29.88 22.12 4.89 -
YUV 124.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 204 100 42 0 0.51 0.79 0.2 21.48 0.66 0.48
Hex CC 64 2A 0 33 4F 14 15 42 30
Octal 314 144 52 0 63 117 24 25 102 60
Binary 11001100 1100100 101010 0 110011 1001111 10100 10101 1000010 110000

Color Harmonies of #CC642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC642A

Black with #CC642A

Text Example


Text Example

White with #CC642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC642A; }

 p { color: rgb(204,100,42); }

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

background-color css

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

 a { background-color: rgb(204,100,42); }

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

border-color css

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

 span { border-color: rgb(204,100,42); }

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