Html Css Color HEX #C07B77 Brandy Rose

📋 copy color: '#C07B77'

red 192 ◦ green 123 ◦ blue 119

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

Shades of Brandy Rose #C07B77

Tints of Brandy Rose #C07B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.34%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 44.24%
G = 28.34%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07B77 (or 0xC07B77) is known color: Brandy Rose. HEX triplet: C0, 7B and 77. RGB value is (192,123,119). Sum of RGB (Red+Green+Blue) = 192+123+119=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B77 is #3F8488. Grayscale: #8F8F8F. Windows color (decimal): -4162697 or 7830464. OLE color: 7830464.

HSL color Cylindrical-coordinate representation of color #C07B77: hue angle of 3.29º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07B77 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 119 -
CMYK 0 0.36 0.38 0.25
HSL 3.29º 0.37% 0.61% -
HSV(B) 3.29º 0.38% 0.75% -
XYZ 32.15 26.7 20.91 -
YUV 143.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 192 123 119 0 0.36 0.38 0.25 3.29 0.37 0.61
Hex C0 7B 77 0 24 26 19 3 25 3D
Octal 300 173 167 0 44 46 31 3 45 75
Binary 11000000 1111011 1110111 0 100100 100110 11001 11 100101 111101

Color Harmonies of #C07B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B77

Black with #C07B77

Text Example


Text Example

White with #C07B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B77; }

 p { color: rgb(192,123,119); }

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

background-color css

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

 a { background-color: rgb(192,123,119); }

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

border-color css

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

 span { border-color: rgb(192,123,119); }

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