Html Css Color HEX #C08F7E Brandy Rose

📋 copy color: '#C08F7E'

red 192 ◦ green 143 ◦ blue 126

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

Shades of Brandy Rose #C08F7E

Tints of Brandy Rose #C08F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 41.65%
G = 31.02%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C08F7E (or 0xC08F7E) is known color: Brandy Rose. HEX triplet: C0, 8F and 7E. RGB value is (192,143,126). Sum of RGB (Red+Green+Blue) = 192+143+126=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F7E is #3F7081. Grayscale: #9B9B9B. Windows color (decimal): -4157570 or 8294336. OLE color: 8294336.

HSL color Cylindrical-coordinate representation of color #C08F7E: hue angle of 15.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08F7E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 126 -
CMYK 0 0.26 0.34 0.25
HSL 15.45º 0.34% 0.62% -
HSV(B) 15.45º 0.34% 0.75% -
XYZ 35.33 32.36 24.12 -
YUV 155.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 192 143 126 0 0.26 0.34 0.25 15.45 0.34 0.62
Hex C0 8F 7E 0 1A 22 19 F 22 3E
Octal 300 217 176 0 32 42 31 17 42 76
Binary 11000000 10001111 1111110 0 11010 100010 11001 1111 100010 111110

Color Harmonies of #C08F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F7E

Black with #C08F7E

Text Example


Text Example

White with #C08F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F7E; }

 p { color: rgb(192,143,126); }

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

background-color css

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

 a { background-color: rgb(192,143,126); }

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

border-color css

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

 span { border-color: rgb(192,143,126); }

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