Html Css Color HEX #CA3068 Cerise

📋 copy color: '#CA3068'

red 202 ◦ green 48 ◦ blue 104

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

Shades of Cerise #CA3068

Tints of Cerise #CA3068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 57.06%
G = 13.56%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA3068 (or 0xCA3068) is known color: Cerise. HEX triplet: CA, 30 and 68. RGB value is (202,48,104). Sum of RGB (Red+Green+Blue) = 202+48+104=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3068 is #35CF97. Grayscale: #646464. Windows color (decimal): -3526552 or 6828234. OLE color: 6828234.

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

Color convert

RGB 202 48 104 -
CMYK 0 0.76 0.49 0.21
HSL 338.18º 0.62% 0.49% -
HSV(B) 338.18º 0.76% 0.79% -
XYZ 27.91 15.67 14.65 -
YUV 100.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 202 48 104 0 0.76 0.49 0.21 338.18 0.62 0.49
Hex CA 30 68 0 4C 31 15 152 3E 31
Octal 312 60 150 0 114 61 25 522 76 61
Binary 11001010 110000 1101000 0 1001100 110001 10101 101010010 111110 110001

Color Harmonies of #CA3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3068

Black with #CA3068

Text Example


Text Example

White with #CA3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3068; }

 p { color: rgb(202,48,104); }

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

background-color css

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

 a { background-color: rgb(202,48,104); }

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

border-color css

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

 span { border-color: rgb(202,48,104); }

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