Html Css Color HEX #CD2665 Cerise

📋 copy color: '#CD2665'

red 205 ◦ green 38 ◦ blue 101

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

Shades of Cerise #CD2665

Tints of Cerise #CD2665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 59.59%
G = 11.05%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD2665 (or 0xCD2665) is known color: Cerise. HEX triplet: CD, 26 and 65. RGB value is (205,38,101). Sum of RGB (Red+Green+Blue) = 205+38+101=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2665 is #32D99A. Grayscale: #5F5F5F. Windows color (decimal): -3332507 or 6629069. OLE color: 6629069.

HSL color Cylindrical-coordinate representation of color #CD2665: hue angle of 337.37º 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 #CD2665 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 38 101 -
CMYK 0 0.81 0.51 0.20
HSL 337.37º 0.69% 0.48% -
HSV(B) 337.37º 0.81% 0.8% -
XYZ 28.22 15.3 13.78 -
YUV 95.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 205 38 101 0 0.81 0.51 0.20 337.37 0.69 0.48
Hex CD 26 65 0 51 33 14 151 45 30
Octal 315 46 145 0 121 63 24 521 105 60
Binary 11001101 100110 1100101 0 1010001 110011 10100 101010001 1000101 110000

Color Harmonies of #CD2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2665

Black with #CD2665

Text Example


Text Example

White with #CD2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2665; }

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

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

background-color css

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

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

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

border-color css

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

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

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