Html Css Color HEX #CC672A Gold Drop

📋 copy color: '#CC672A'

red 204 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #CC672A

Tints of Gold Drop #CC672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 58.45%
G = 29.51%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC672A (or 0xCC672A) is known color: Gold Drop. HEX triplet: CC, 67 and 2A. RGB value is (204,103,42). Sum of RGB (Red+Green+Blue) = 204+103+42=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC672A is #3398D5. Grayscale: #7E7E7E. Windows color (decimal): -3381462 or 2779084. OLE color: 2779084.

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

Color convert

RGB 204 103 42 -
CMYK 0 0.50 0.79 0.2
HSL 22.59º 0.66% 0.48% -
HSV(B) 22.59º 0.79% 0.8% -
XYZ 30.17 22.71 4.98 -
YUV 126.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 204 103 42 0 0.50 0.79 0.2 22.59 0.66 0.48
Hex CC 67 2A 0 32 4F 14 17 42 30
Octal 314 147 52 0 62 117 24 27 102 60
Binary 11001100 1100111 101010 0 110010 1001111 10100 10111 1000010 110000

Color Harmonies of #CC672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC672A

Black with #CC672A

Text Example


Text Example

White with #CC672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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