Html Css Color HEX #CC634B Dark Coral

📋 copy color: '#CC634B'

red 204 ◦ green 99 ◦ blue 75

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

Shades of Dark Coral #CC634B

Tints of Dark Coral #CC634B

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 value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC634B (or 0xCC634B) is known color: 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

RGB 204 99 75 -
CMYK 0 0.51 0.63 0.2
HSL 11.16º 0.56% 0.55% -
HSV(B) 11.16º 0.63% 0.8% -
XYZ 30.63 22.27 9.34 -
YUV 127.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 204 99 75 0 0.51 0.63 0.2 11.16 0.56 0.55
Hex CC 63 4B 0 33 3F 14 B 38 37
Octal 314 143 113 0 63 77 24 13 70 67
Binary 11001100 1100011 1001011 0 110011 111111 10100 1011 111000 110111

Color Harmonies of #CC634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC634B

Black with #CC634B

Text Example


Text Example

White with #CC634B

Text Example


Text Example

HTML Codes & Css Web 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>