Html Css Color HEX #C02667 Old Rose

📋 copy color: '#C02667'

red 192 ◦ green 38 ◦ blue 103

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

Shades of Old Rose #C02667

Tints of Old Rose #C02667

RGB

 RED value IS 192 (75.39% from 255) = 57.66%

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

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

R = 57.66%
G = 11.41%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02667 (or 0xC02667) is known color: Old Rose. HEX triplet: C0, 26 and 67. RGB value is (192,38,103). Sum of RGB (Red+Green+Blue) = 192+38+103=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02667 is #3FD998. Grayscale: #5B5B5B. Windows color (decimal): -4184473 or 6760128. OLE color: 6760128.

HSL color Cylindrical-coordinate representation of color #C02667: hue angle of 334.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02667 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 103 -
CMYK 0 0.80 0.46 0.25
HSL 334.68º 0.67% 0.45% -
HSV(B) 334.68º 0.8% 0.75% -
XYZ 24.88 13.57 14.14 -
YUV 91.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 192 38 103 0 0.80 0.46 0.25 334.68 0.67 0.45
Hex C0 26 67 0 50 2E 19 14F 43 2D
Octal 300 46 147 0 120 56 31 517 103 55
Binary 11000000 100110 1100111 0 1010000 101110 11001 101001111 1000011 101101

Color Harmonies of #C02667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02667

Black with #C02667

Text Example


Text Example

White with #C02667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02667; }

 p { color: rgb(192,38,103); }

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

background-color css

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

 a { background-color: rgb(192,38,103); }

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

border-color css

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

 span { border-color: rgb(192,38,103); }

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