Html Css Color HEX #C07B76 Brandy Rose

📋 copy color: '#C07B76'

red 192 ◦ green 123 ◦ blue 118

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

Shades of Brandy Rose #C07B76

Tints of Brandy Rose #C07B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 44.34%
G = 28.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07B76 (or 0xC07B76) is known color: Brandy Rose. HEX triplet: C0, 7B and 76. RGB value is (192,123,118). Sum of RGB (Red+Green+Blue) = 192+123+118=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B76 is #3F8489. Grayscale: #8F8F8F. Windows color (decimal): -4162698 or 7764928. OLE color: 7764928.

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

Color convert

RGB 192 123 118 -
CMYK 0 0.36 0.39 0.25
HSL 4.05º 0.37% 0.61% -
HSV(B) 4.05º 0.39% 0.75% -
XYZ 32.09 26.68 20.6 -
YUV 143.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 192 123 118 0 0.36 0.39 0.25 4.05 0.37 0.61
Hex C0 7B 76 0 24 27 19 4 25 3D
Octal 300 173 166 0 44 47 31 4 45 75
Binary 11000000 1111011 1110110 0 100100 100111 11001 100 100101 111101

Color Harmonies of #C07B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B76

Black with #C07B76

Text Example


Text Example

White with #C07B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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