Html Css Color HEX #C08777 Brandy Rose

📋 copy color: '#C08777'

red 192 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #C08777

Tints of Brandy Rose #C08777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 43.05%
G = 30.27%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08777 (or 0xC08777) is known color: Brandy Rose. HEX triplet: C0, 87 and 77. RGB value is (192,135,119). Sum of RGB (Red+Green+Blue) = 192+135+119=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C08777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08777 is #3F7888. Grayscale: #969696. Windows color (decimal): -4159625 or 7833536. OLE color: 7833536.

HSL color Cylindrical-coordinate representation of color #C08777: hue angle of 13.15º 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 #C08777 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 119 -
CMYK 0 0.30 0.38 0.25
HSL 13.15º 0.37% 0.61% -
HSV(B) 13.15º 0.38% 0.75% -
XYZ 33.73 29.87 21.44 -
YUV 150.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 192 135 119 0 0.30 0.38 0.25 13.15 0.37 0.61
Hex C0 87 77 0 1E 26 19 D 25 3D
Octal 300 207 167 0 36 46 31 15 45 75
Binary 11000000 10000111 1110111 0 11110 100110 11001 1101 100101 111101

Color Harmonies of #C08777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08777

Black with #C08777

Text Example


Text Example

White with #C08777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08777; }

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

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

background-color css

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

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

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

border-color css

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

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

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