#CC634B

Color #CC634B Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CC634B

Tints of Dark Coral #CC634B

Color information

#CC634B (or 0xCC634B) is unknown color: approx Dark Coral. HEX triplet: CC, 63 and 4B. RGB value is (204,99,75). Sum of RGB (Red+Green+Blue) = 204+99+75=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC634B is #339CB4. Grayscale: #7F7F7F. Windows color (decimal): -3382453 or 4940748. OLE color: 4940748.

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

Color convert

RGB2049975-
CMYK00.510.630.2
HSL11.16º55.84%54.71%-
HSV(B)11.16º63.24%80%-
XYZ30.6322.279.34-
YUV127.6698.29182.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=53.97%
G=26.19%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204997500.510.630.211.1655.8454.71
HexCC634B0333F14b3837
Octal3141431130637724137067
Binary11001100110001110010110110011111111101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC634B; }

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

 H1.HeaderClassName
 {
   color: #CC634B;
 }
 .AnyTagClassName
 {
   color: #CC634B;
 }
</style>
background-color css

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

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

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

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

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

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