Html Css Color HEX #CC642B Gold Drop

📋 copy color: '#CC642B'

red 204 ◦ green 100 ◦ blue 43

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

Shades of Gold Drop #CC642B

Tints of Gold Drop #CC642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 58.79%
G = 28.82%
B = 12.39%

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

#CC642B (or 0xCC642B) is known color: Gold Drop. HEX triplet: CC, 64 and 2B. RGB value is (204,100,43). Sum of RGB (Red+Green+Blue) = 204+100+43=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC642B is #339BD4. Grayscale: #7C7C7C. Windows color (decimal): -3382229 or 2843852. OLE color: 2843852.

HSL color Cylindrical-coordinate representation of color #CC642B: hue angle of 21.24º degrees, saturation: 0.65, 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 #CC642B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 43 -
CMYK 0 0.51 0.79 0.2
HSL 21.24º 0.65% 0.48% -
HSV(B) 21.24º 0.79% 0.8% -
XYZ 29.9 22.13 4.98 -
YUV 124.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 204 100 43 0 0.51 0.79 0.2 21.24 0.65 0.48
Hex CC 64 2B 0 33 4F 14 15 41 30
Octal 314 144 53 0 63 117 24 25 101 60
Binary 11001100 1100100 101011 0 110011 1001111 10100 10101 1000001 110000

Color Harmonies of #CC642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC642B

Black with #CC642B

Text Example


Text Example

White with #CC642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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