Html Css Color HEX #C2867A Brandy Rose

📋 copy color: '#C2867A'

red 194 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #C2867A

Tints of Brandy Rose #C2867A

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

 GREEN value IS 134 (52.73% from 255) = 29.78%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 43.11%
G = 29.78%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2867A (or 0xC2867A) is known color: Brandy Rose. HEX triplet: C2, 86 and 7A. RGB value is (194,134,122). Sum of RGB (Red+Green+Blue) = 194+134+122=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2867A is #3D7985. Grayscale: #969696. Windows color (decimal): -4028806 or 8029890. OLE color: 8029890.

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

Color convert

RGB 194 134 122 -
CMYK 0 0.31 0.37 0.24
HSL 10º 0.37% 0.62% -
HSV(B) 10º 0.37% 0.76% -
XYZ 34.29 29.92 22.38 -
YUV 150.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 194 134 122 0 0.31 0.37 0.24 10 0.37 0.62
Hex C2 86 7A 0 1F 25 18 A 25 3E
Octal 302 206 172 0 37 45 30 12 45 76
Binary 11000010 10000110 1111010 0 11111 100101 11000 1010 100101 111110

Color Harmonies of #C2867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2867A

Black with #C2867A

Text Example


Text Example

White with #C2867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2867A; }

 p { color: rgb(194,134,122); }

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

background-color css

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

 a { background-color: rgb(194,134,122); }

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

border-color css

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

 span { border-color: rgb(194,134,122); }

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