Html Css Color HEX #C2807B Brandy Rose

📋 copy color: '#C2807B'

red 194 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #C2807B

Tints of Brandy Rose #C2807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 43.6%
G = 28.76%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2807B (or 0xC2807B) is known color: Brandy Rose. HEX triplet: C2, 80 and 7B. RGB value is (194,128,123). Sum of RGB (Red+Green+Blue) = 194+128+123=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2807B is #3D7F84. Grayscale: #939393. Windows color (decimal): -4030341 or 8093890. OLE color: 8093890.

HSL color Cylindrical-coordinate representation of color #C2807B: hue angle of 4.23º 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 #C2807B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 123 -
CMYK 0 0.34 0.37 0.24
HSL 4.23º 0.37% 0.62% -
HSV(B) 4.23º 0.37% 0.76% -
XYZ 33.54 28.34 22.44 -
YUV 147.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 194 128 123 0 0.34 0.37 0.24 4.23 0.37 0.62
Hex C2 80 7B 0 22 25 18 4 25 3E
Octal 302 200 173 0 42 45 30 4 45 76
Binary 11000010 10000000 1111011 0 100010 100101 11000 100 100101 111110

Color Harmonies of #C2807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2807B

Black with #C2807B

Text Example


Text Example

White with #C2807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2807B; }

 p { color: rgb(194,128,123); }

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

background-color css

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

 a { background-color: rgb(194,128,123); }

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

border-color css

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

 span { border-color: rgb(194,128,123); }

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