Html Css Color HEX #CC614A Dark Coral

📋 copy color: '#CC614A'

red 204 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #CC614A

Tints of Dark Coral #CC614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

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

R = 54.4%
G = 25.87%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC614A (or 0xCC614A) is known color: Dark Coral. HEX triplet: CC, 61 and 4A. RGB value is (204,97,74). Sum of RGB (Red+Green+Blue) = 204+97+74=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC614A is #339EB5. Grayscale: #7E7E7E. Windows color (decimal): -3382966 or 4874700. OLE color: 4874700.

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

Color convert

RGB 204 97 74 -
CMYK 0 0.52 0.64 0.2
HSL 10.62º 0.56% 0.55% -
HSV(B) 10.62º 0.64% 0.8% -
XYZ 30.41 21.88 9.1 -
YUV 126.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 204 97 74 0 0.52 0.64 0.2 10.62 0.56 0.55
Hex CC 61 4A 0 34 40 14 B 38 37
Octal 314 141 112 0 64 100 24 13 70 67
Binary 11001100 1100001 1001010 0 110100 1000000 10100 1011 111000 110111

Color Harmonies of #CC614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC614A

Black with #CC614A

Text Example


Text Example

White with #CC614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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