Html Css Color HEX #CF356B Cerise

📋 copy color: '#CF356B'

red 207 ◦ green 53 ◦ blue 107

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

Shades of Cerise #CF356B

Tints of Cerise #CF356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 56.4%
G = 14.44%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF356B (or 0xCF356B) is known color: Cerise. HEX triplet: CF, 35 and 6B. RGB value is (207,53,107). Sum of RGB (Red+Green+Blue) = 207+53+107=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF356B is #30CA94. Grayscale: #696969. Windows color (decimal): -3197589 or 7026127. OLE color: 7026127.

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

Color convert

RGB 207 53 107 -
CMYK 0 0.74 0.48 0.19
HSL 338.96º 0.62% 0.51% -
HSV(B) 338.96º 0.74% 0.81% -
XYZ 29.66 16.87 15.6 -
YUV 105.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 207 53 107 0 0.74 0.48 0.19 338.96 0.62 0.51
Hex CF 35 6B 0 4A 30 13 153 3E 33
Octal 317 65 153 0 112 60 23 523 76 63
Binary 11001111 110101 1101011 0 1001010 110000 10011 101010011 111110 110011

Color Harmonies of #CF356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF356B

Black with #CF356B

Text Example


Text Example

White with #CF356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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