Html Css Color HEX #CC654A Dark Coral

📋 copy color: '#CC654A'

red 204 ◦ green 101 ◦ blue 74

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

Shades of Dark Coral #CC654A

Tints of Dark Coral #CC654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 53.83%
G = 26.65%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC654A (or 0xCC654A) is known color: Dark Coral. HEX triplet: CC, 65 and 4A. RGB value is (204,101,74). Sum of RGB (Red+Green+Blue) = 204+101+74=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC654A is #339AB5. Grayscale: #808080. Windows color (decimal): -3381942 or 4875724. OLE color: 4875724.

HSL color Cylindrical-coordinate representation of color #CC654A: hue angle of 12.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC654A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 74 -
CMYK 0 0.50 0.64 0.2
HSL 12.46º 0.56% 0.55% -
HSV(B) 12.46º 0.64% 0.8% -
XYZ 30.79 22.64 9.23 -
YUV 128.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 204 101 74 0 0.50 0.64 0.2 12.46 0.56 0.55
Hex CC 65 4A 0 32 40 14 C 38 37
Octal 314 145 112 0 62 100 24 14 70 67
Binary 11001100 1100101 1001010 0 110010 1000000 10100 1100 111000 110111

Color Harmonies of #CC654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC654A

Black with #CC654A

Text Example


Text Example

White with #CC654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC654A; }

 p { color: rgb(204,101,74); }

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

background-color css

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

 a { background-color: rgb(204,101,74); }

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

border-color css

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

 span { border-color: rgb(204,101,74); }

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