Html Css Color HEX #CF355A Cerise

📋 copy color: '#CF355A'

red 207 ◦ green 53 ◦ blue 90

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

Shades of Cerise #CF355A

Tints of Cerise #CF355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 59.14%
G = 15.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF355A (or 0xCF355A) is known color: Cerise. HEX triplet: CF, 35 and 5A. RGB value is (207,53,90). Sum of RGB (Red+Green+Blue) = 207+53+90=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355A is #30CAA5. Grayscale: #676767. Windows color (decimal): -3197606 or 5912015. OLE color: 5912015.

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

Color convert

RGB 207 53 90 -
CMYK 0 0.74 0.57 0.19
HSL 345.58º 0.62% 0.51% -
HSV(B) 345.58º 0.74% 0.81% -
XYZ 28.85 16.55 11.35 -
YUV 103.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 207 53 90 0 0.74 0.57 0.19 345.58 0.62 0.51
Hex CF 35 5A 0 4A 39 13 15A 3E 33
Octal 317 65 132 0 112 71 23 532 76 63
Binary 11001111 110101 1011010 0 1001010 111001 10011 101011010 111110 110011

Color Harmonies of #CF355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF355A

Black with #CF355A

Text Example


Text Example

White with #CF355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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