Html Css Color HEX #C18772 Brandy Rose

📋 copy color: '#C18772'

red 193 ◦ green 135 ◦ blue 114

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

Shades of Brandy Rose #C18772

Tints of Brandy Rose #C18772

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 43.67%
G = 30.54%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C18772 (or 0xC18772) is known color: Brandy Rose. HEX triplet: C1, 87 and 72. RGB value is (193,135,114). Sum of RGB (Red+Green+Blue) = 193+135+114=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18772 is #3E788D. Grayscale: #969696. Windows color (decimal): -4094094 or 7505857. OLE color: 7505857.

HSL color Cylindrical-coordinate representation of color #C18772: hue angle of 15.95º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18772 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 114 -
CMYK 0 0.30 0.41 0.24
HSL 15.95º 0.39% 0.6% -
HSV(B) 15.95º 0.41% 0.76% -
XYZ 33.69 29.88 19.91 -
YUV 149.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 193 135 114 0 0.30 0.41 0.24 15.95 0.39 0.6
Hex C1 87 72 0 1E 29 18 10 27 3C
Octal 301 207 162 0 36 51 30 20 47 74
Binary 11000001 10000111 1110010 0 11110 101001 11000 10000 100111 111100

Color Harmonies of #C18772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18772

Black with #C18772

Text Example


Text Example

White with #C18772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18772; }

 p { color: rgb(193,135,114); }

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

background-color css

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

 a { background-color: rgb(193,135,114); }

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

border-color css

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

 span { border-color: rgb(193,135,114); }

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