Html Css Color HEX #CC654B Dark Coral

📋 copy color: '#CC654B'

red 204 ◦ green 101 ◦ blue 75

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

Shades of Dark Coral #CC654B

Tints of Dark Coral #CC654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

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

R = 53.68%
G = 26.58%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC654B (or 0xCC654B) is known color: Dark Coral. HEX triplet: CC, 65 and 4B. RGB value is (204,101,75). Sum of RGB (Red+Green+Blue) = 204+101+75=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC654B is #339AB4. Grayscale: #818181. Windows color (decimal): -3381941 or 4941260. OLE color: 4941260.

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

Color convert

RGB 204 101 75 -
CMYK 0 0.50 0.63 0.2
HSL 12.09º 0.56% 0.55% -
HSV(B) 12.09º 0.63% 0.8% -
XYZ 30.83 22.65 9.4 -
YUV 128.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 204 101 75 0 0.50 0.63 0.2 12.09 0.56 0.55
Hex CC 65 4B 0 32 3F 14 C 38 37
Octal 314 145 113 0 62 77 24 14 70 67
Binary 11001100 1100101 1001011 0 110010 111111 10100 1100 111000 110111

Color Harmonies of #CC654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC654B

Black with #CC654B

Text Example


Text Example

White with #CC654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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