Html Css Color HEX #CA2767 Cerise

📋 copy color: '#CA2767'

red 202 ◦ green 39 ◦ blue 103

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

Shades of Cerise #CA2767

Tints of Cerise #CA2767

RGB

 RED value IS 202 (79.3% from 255) = 58.72%

 GREEN value IS 39 (15.63% from 255) = 11.34%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 58.72%
G = 11.34%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA2767 (or 0xCA2767) is known color: Cerise. HEX triplet: CA, 27 and 67. RGB value is (202,39,103). Sum of RGB (Red+Green+Blue) = 202+39+103=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2767 is #35D898. Grayscale: #5E5E5E. Windows color (decimal): -3528857 or 6760394. OLE color: 6760394.

HSL color Cylindrical-coordinate representation of color #CA2767: hue angle of 336.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2767 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 103 -
CMYK 0 0.81 0.49 0.21
HSL 336.44º 0.68% 0.47% -
HSV(B) 336.44º 0.81% 0.79% -
XYZ 27.53 14.99 14.27 -
YUV 95.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 202 39 103 0 0.81 0.49 0.21 336.44 0.68 0.47
Hex CA 27 67 0 51 31 15 150 44 2F
Octal 312 47 147 0 121 61 25 520 104 57
Binary 11001010 100111 1100111 0 1010001 110001 10101 101010000 1000100 101111

Color Harmonies of #CA2767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2767

Black with #CA2767

Text Example


Text Example

White with #CA2767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2767; }

 p { color: rgb(202,39,103); }

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

background-color css

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

 a { background-color: rgb(202,39,103); }

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

border-color css

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

 span { border-color: rgb(202,39,103); }

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