Html Css Color HEX #CC644B Dark Coral

📋 copy color: '#CC644B'

red 204 ◦ green 100 ◦ blue 75

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

Shades of Dark Coral #CC644B

Tints of Dark Coral #CC644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

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

R = 53.83%
G = 26.39%
B = 19.79%

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

#CC644B (or 0xCC644B) is known color: Dark Coral. HEX triplet: CC, 64 and 4B. RGB value is (204,100,75). Sum of RGB (Red+Green+Blue) = 204+100+75=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC644B is #339BB4. Grayscale: #808080. Windows color (decimal): -3382197 or 4941004. OLE color: 4941004.

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

Color convert

RGB 204 100 75 -
CMYK 0 0.51 0.63 0.2
HSL 11.63º 0.56% 0.55% -
HSV(B) 11.63º 0.63% 0.8% -
XYZ 30.73 22.46 9.37 -
YUV 128.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 204 100 75 0 0.51 0.63 0.2 11.63 0.56 0.55
Hex CC 64 4B 0 33 3F 14 C 38 37
Octal 314 144 113 0 63 77 24 14 70 67
Binary 11001100 1100100 1001011 0 110011 111111 10100 1100 111000 110111

Color Harmonies of #CC644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC644B

Black with #CC644B

Text Example


Text Example

White with #CC644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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