Html Css Color HEX #CF266D Cerise

📋 copy color: '#CF266D'

red 207 ◦ green 38 ◦ blue 109

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

Shades of Cerise #CF266D

Tints of Cerise #CF266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 58.47%
G = 10.73%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF266D (or 0xCF266D) is known color: Cerise. HEX triplet: CF, 26 and 6D. RGB value is (207,38,109). Sum of RGB (Red+Green+Blue) = 207+38+109=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF266D is #30D992. Grayscale: #606060. Windows color (decimal): -3201427 or 7153359. OLE color: 7153359.

HSL color Cylindrical-coordinate representation of color #CF266D: hue angle of 334.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF266D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 38 109 -
CMYK 0 0.82 0.47 0.19
HSL 334.79º 0.69% 0.48% -
HSV(B) 334.79º 0.82% 0.81% -
XYZ 29.19 15.76 15.97 -
YUV 96.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 207 38 109 0 0.82 0.47 0.19 334.79 0.69 0.48
Hex CF 26 6D 0 52 2F 13 14F 45 30
Octal 317 46 155 0 122 57 23 517 105 60
Binary 11001111 100110 1101101 0 1010010 101111 10011 101001111 1000101 110000

Color Harmonies of #CF266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF266D

Black with #CF266D

Text Example


Text Example

White with #CF266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF266D; }

 p { color: rgb(207,38,109); }

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

background-color css

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

 a { background-color: rgb(207,38,109); }

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

border-color css

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

 span { border-color: rgb(207,38,109); }

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