Html Css Color HEX #CF385A Cerise

📋 copy color: '#CF385A'

red 207 ◦ green 56 ◦ blue 90

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

Shades of Cerise #CF385A

Tints of Cerise #CF385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 58.64%
G = 15.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF385A (or 0xCF385A) is known color: Cerise. HEX triplet: CF, 38 and 5A. RGB value is (207,56,90). Sum of RGB (Red+Green+Blue) = 207+56+90=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF385A is #30C7A5. Grayscale: #696969. Windows color (decimal): -3196838 or 5912783. OLE color: 5912783.

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

Color convert

RGB 207 56 90 -
CMYK 0 0.73 0.57 0.19
HSL 346.49º 0.61% 0.52% -
HSV(B) 346.49º 0.73% 0.81% -
XYZ 28.99 16.83 11.39 -
YUV 105.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 207 56 90 0 0.73 0.57 0.19 346.49 0.61 0.52
Hex CF 38 5A 0 49 39 13 15A 3D 34
Octal 317 70 132 0 111 71 23 532 75 64
Binary 11001111 111000 1011010 0 1001001 111001 10011 101011010 111101 110100

Color Harmonies of #CF385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF385A

Black with #CF385A

Text Example


Text Example

White with #CF385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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