Html Css Color HEX #CF5C4B Dark Coral

📋 copy color: '#CF5C4B'

red 207 ◦ green 92 ◦ blue 75

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

Shades of Dark Coral #CF5C4B

Tints of Dark Coral #CF5C4B

RGB

 RED value IS 207 (81.25% from 255) = 55.35%

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 55.35%
G = 24.6%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF5C4B (or 0xCF5C4B) is known color: Dark Coral. HEX triplet: CF, 5C and 4B. RGB value is (207,92,75). Sum of RGB (Red+Green+Blue) = 207+92+75=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C4B is #30A3B4. Grayscale: #7C7C7C. Windows color (decimal): -3187637 or 4938959. OLE color: 4938959.

HSL color Cylindrical-coordinate representation of color #CF5C4B: hue angle of 7.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5C4B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 75 -
CMYK 0 0.56 0.64 0.19
HSL 7.73º 0.58% 0.55% -
HSV(B) 7.73º 0.64% 0.81% -
XYZ 30.83 21.43 9.17 -
YUV 124.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 207 92 75 0 0.56 0.64 0.19 7.73 0.58 0.55
Hex CF 5C 4B 0 38 40 13 8 3A 37
Octal 317 134 113 0 70 100 23 10 72 67
Binary 11001111 1011100 1001011 0 111000 1000000 10011 1000 111010 110111

Color Harmonies of #CF5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C4B

Black with #CF5C4B

Text Example


Text Example

White with #CF5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C4B; }

 p { color: rgb(207,92,75); }

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

background-color css

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

 a { background-color: rgb(207,92,75); }

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

border-color css

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

 span { border-color: rgb(207,92,75); }

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