Html Css Color HEX #C2807D Brandy Rose

📋 copy color: '#C2807D'

red 194 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #C2807D

Tints of Brandy Rose #C2807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 43.4%
G = 28.64%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2807D (or 0xC2807D) is known color: Brandy Rose. HEX triplet: C2, 80 and 7D. RGB value is (194,128,125). Sum of RGB (Red+Green+Blue) = 194+128+125=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2807D is #3D7F82. Grayscale: #939393. Windows color (decimal): -4030339 or 8224962. OLE color: 8224962.

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

Color convert

RGB 194 128 125 -
CMYK 0 0.34 0.36 0.24
HSL 2.61º 0.36% 0.63% -
HSV(B) 2.61º 0.36% 0.76% -
XYZ 33.67 28.39 23.11 -
YUV 147.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 194 128 125 0 0.34 0.36 0.24 2.61 0.36 0.63
Hex C2 80 7D 0 22 24 18 3 24 3F
Octal 302 200 175 0 42 44 30 3 44 77
Binary 11000010 10000000 1111101 0 100010 100100 11000 11 100100 111111

Color Harmonies of #C2807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2807D

Black with #C2807D

Text Example


Text Example

White with #C2807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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