Html Css Color HEX #CD266C Cerise

📋 copy color: '#CD266C'

red 205 ◦ green 38 ◦ blue 108

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

Shades of Cerise #CD266C

Tints of Cerise #CD266C

RGB

 RED value IS 205 (80.47% from 255) = 58.4%

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 58.4%
G = 10.83%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD266C (or 0xCD266C) is known color: Cerise. HEX triplet: CD, 26 and 6C. RGB value is (205,38,108). Sum of RGB (Red+Green+Blue) = 205+38+108=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD266C is #32D993. Grayscale: #5F5F5F. Windows color (decimal): -3332500 or 7087821. OLE color: 7087821.

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

Color convert

RGB 205 38 108 -
CMYK 0 0.81 0.47 0.20
HSL 334.85º 0.69% 0.48% -
HSV(B) 334.85º 0.81% 0.8% -
XYZ 28.58 15.45 15.66 -
YUV 95.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 205 38 108 0 0.81 0.47 0.20 334.85 0.69 0.48
Hex CD 26 6C 0 51 2F 14 14F 45 30
Octal 315 46 154 0 121 57 24 517 105 60
Binary 11001101 100110 1101100 0 1010001 101111 10100 101001111 1000101 110000

Color Harmonies of #CD266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD266C

Black with #CD266C

Text Example


Text Example

White with #CD266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD266C; }

 p { color: rgb(205,38,108); }

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

background-color css

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

 a { background-color: rgb(205,38,108); }

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

border-color css

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

 span { border-color: rgb(205,38,108); }

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