Html Css Color HEX #CF5B4B Dark Coral

📋 copy color: '#CF5B4B'

red 207 ◦ green 91 ◦ blue 75

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

Shades of Dark Coral #CF5B4B

Tints of Dark Coral #CF5B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

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

R = 55.5%
G = 24.4%
B = 20.11%

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

#CF5B4B (or 0xCF5B4B) is known color: Dark Coral. HEX triplet: CF, 5B and 4B. RGB value is (207,91,75). Sum of RGB (Red+Green+Blue) = 207+91+75=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B4B is #30A4B4. Grayscale: #7C7C7C. Windows color (decimal): -3187893 or 4938703. OLE color: 4938703.

HSL color Cylindrical-coordinate representation of color #CF5B4B: hue angle of 7.27º 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 #CF5B4B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 75 -
CMYK 0 0.56 0.64 0.19
HSL 7.27º 0.58% 0.55% -
HSV(B) 7.27º 0.64% 0.81% -
XYZ 30.74 21.26 9.14 -
YUV 123.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 207 91 75 0 0.56 0.64 0.19 7.27 0.58 0.55
Hex CF 5B 4B 0 38 40 13 7 3A 37
Octal 317 133 113 0 70 100 23 7 72 67
Binary 11001111 1011011 1001011 0 111000 1000000 10011 111 111010 110111

Color Harmonies of #CF5B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B4B

Black with #CF5B4B

Text Example


Text Example

White with #CF5B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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