Html Css Color HEX #C08775 Brandy Rose

📋 copy color: '#C08775'

red 192 ◦ green 135 ◦ blue 117

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

Shades of Brandy Rose #C08775

Tints of Brandy Rose #C08775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 43.24%
G = 30.41%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08775 (or 0xC08775) is known color: Brandy Rose. HEX triplet: C0, 87 and 75. RGB value is (192,135,117). Sum of RGB (Red+Green+Blue) = 192+135+117=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08775 is #3F788A. Grayscale: #969696. Windows color (decimal): -4159627 or 7702464. OLE color: 7702464.

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

Color convert

RGB 192 135 117 -
CMYK 0 0.30 0.39 0.25
HSL 14.4º 0.37% 0.61% -
HSV(B) 14.4º 0.39% 0.75% -
XYZ 33.61 29.82 20.81 -
YUV 149.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 192 135 117 0 0.30 0.39 0.25 14.4 0.37 0.61
Hex C0 87 75 0 1E 27 19 E 25 3D
Octal 300 207 165 0 36 47 31 16 45 75
Binary 11000000 10000111 1110101 0 11110 100111 11001 1110 100101 111101

Color Harmonies of #C08775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08775

Black with #C08775

Text Example


Text Example

White with #C08775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08775; }

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

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

background-color css

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

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

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

border-color css

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

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

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