Html Css Color HEX #CF384F Old Rose

📋 copy color: '#CF384F'

red 207 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #CF384F

Tints of Old Rose #CF384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 60.53%
G = 16.37%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF384F (or 0xCF384F) is known color: Old Rose. HEX triplet: CF, 38 and 4F. RGB value is (207,56,79). Sum of RGB (Red+Green+Blue) = 207+56+79=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF384F is #30C7B0. Grayscale: #676767. Windows color (decimal): -3196849 or 5191887. OLE color: 5191887.

HSL color Cylindrical-coordinate representation of color #CF384F: hue angle of 350.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF384F is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 79 -
CMYK 0 0.73 0.62 0.19
HSL 350.86º 0.61% 0.52% -
HSV(B) 350.86º 0.73% 0.81% -
XYZ 28.56 16.66 9.11 -
YUV 103.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 207 56 79 0 0.73 0.62 0.19 350.86 0.61 0.52
Hex CF 38 4F 0 49 3E 13 15F 3D 34
Octal 317 70 117 0 111 76 23 537 75 64
Binary 11001111 111000 1001111 0 1001001 111110 10011 101011111 111101 110100

Color Harmonies of #CF384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF384F

Black with #CF384F

Text Example


Text Example

White with #CF384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF384F; }

 p { color: rgb(207,56,79); }

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

background-color css

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

 a { background-color: rgb(207,56,79); }

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

border-color css

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

 span { border-color: rgb(207,56,79); }

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