Html Css Color HEX #C067B6 Fuchsia

📋 copy color: '#C067B6'

red 192 ◦ green 103 ◦ blue 182

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

Shades of Fuchsia #C067B6

Tints of Fuchsia #C067B6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.59%

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 40.25%
G = 21.59%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C067B6 (or 0xC067B6) is known color: Fuchsia. HEX triplet: C0, 67 and B6. RGB value is (192,103,182). Sum of RGB (Red+Green+Blue) = 192+103+182=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B6 is #3F9849. Grayscale: #8A8A8A. Windows color (decimal): -4167754 or 11954112. OLE color: 11954112.

HSL color Cylindrical-coordinate representation of color #C067B6: hue angle of 306.74º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067B6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 182 -
CMYK 0 0.46 0.05 0.25
HSL 306.74º 0.41% 0.58% -
HSV(B) 306.74º 0.46% 0.75% -
XYZ 35.03 24.28 47.1 -
YUV 138.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 192 103 182 0 0.46 0.05 0.25 306.74 0.41 0.58
Hex C0 67 B6 0 2E 5 19 133 29 3A
Octal 300 147 266 0 56 5 31 463 51 72
Binary 11000000 1100111 10110110 0 101110 101 11001 100110011 101001 111010

Color Harmonies of #C067B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067B6

Black with #C067B6

Text Example


Text Example

White with #C067B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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