Html Css Color HEX #CC5F4B Dark Coral

📋 copy color: '#CC5F4B'

red 204 ◦ green 95 ◦ blue 75

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

Shades of Dark Coral #CC5F4B

Tints of Dark Coral #CC5F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

 BLUE value IS 75 (29.69% from 255) = 20.05%

R = 54.55%
G = 25.4%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC5F4B (or 0xCC5F4B) is known color: Dark Coral. HEX triplet: CC, 5F and 4B. RGB value is (204,95,75). Sum of RGB (Red+Green+Blue) = 204+95+75=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F4B is #33A0B4. Grayscale: #7D7D7D. Windows color (decimal): -3383477 or 4939724. OLE color: 4939724.

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

Color convert

RGB 204 95 75 -
CMYK 0 0.53 0.63 0.2
HSL 9.3º 0.56% 0.55% -
HSV(B) 9.3º 0.63% 0.8% -
XYZ 30.26 21.53 9.22 -
YUV 125.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 204 95 75 0 0.53 0.63 0.2 9.3 0.56 0.55
Hex CC 5F 4B 0 35 3F 14 9 38 37
Octal 314 137 113 0 65 77 24 11 70 67
Binary 11001100 1011111 1001011 0 110101 111111 10100 1001 111000 110111

Color Harmonies of #CC5F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F4B

Black with #CC5F4B

Text Example


Text Example

White with #CC5F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F4B; }

 p { color: rgb(204,95,75); }

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

background-color css

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

 a { background-color: rgb(204,95,75); }

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

border-color css

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

 span { border-color: rgb(204,95,75); }

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