Html Css Color HEX #CD654B Dark Coral

📋 copy color: '#CD654B'

red 205 ◦ green 101 ◦ blue 75

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

Shades of Dark Coral #CD654B

Tints of Dark Coral #CD654B

RGB

 RED value IS 205 (80.47% from 255) = 53.81%

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

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

R = 53.81%
G = 26.51%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD654B (or 0xCD654B) is known color: Dark Coral. HEX triplet: CD, 65 and 4B. RGB value is (205,101,75). Sum of RGB (Red+Green+Blue) = 205+101+75=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD654B is #329AB4. Grayscale: #818181. Windows color (decimal): -3316405 or 4941261. OLE color: 4941261.

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

Color convert

RGB 205 101 75 -
CMYK 0 0.51 0.63 0.20
HSL 12º 0.57% 0.55% -
HSV(B) 12º 0.63% 0.8% -
XYZ 31.1 22.79 9.42 -
YUV 129.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 205 101 75 0 0.51 0.63 0.20 12 0.57 0.55
Hex CD 65 4B 0 33 3F 14 C 39 37
Octal 315 145 113 0 63 77 24 14 71 67
Binary 11001101 1100101 1001011 0 110011 111111 10100 1100 111001 110111

Color Harmonies of #CD654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD654B

Black with #CD654B

Text Example


Text Example

White with #CD654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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