Html Css Color HEX #C69F89 Rodeo Dust

📋 copy color: '#C69F89'

red 198 ◦ green 159 ◦ blue 137

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

Shades of Rodeo Dust #C69F89

Tints of Rodeo Dust #C69F89

RGB

 RED value IS 198 (77.73% from 255) = 40.08%

 GREEN value IS 159 (62.5% from 255) = 32.19%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 40.08%
G = 32.19%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69F89 (or 0xC69F89) is known color: Rodeo Dust. HEX triplet: C6, 9F and 89. RGB value is (198,159,137). Sum of RGB (Red+Green+Blue) = 198+159+137=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F89 is #396076. Grayscale: #A8A8A8. Windows color (decimal): -3760247 or 9019334. OLE color: 9019334.

HSL color Cylindrical-coordinate representation of color #C69F89: hue angle of 21.64º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69F89 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 137 -
CMYK 0 0.20 0.31 0.22
HSL 21.64º 0.35% 0.66% -
HSV(B) 21.64º 0.31% 0.78% -
XYZ 40.2 38.61 29 -
YUV 168.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 198 159 137 0 0.20 0.31 0.22 21.64 0.35 0.66
Hex C6 9F 89 0 14 1F 16 16 23 42
Octal 306 237 211 0 24 37 26 26 43 102
Binary 11000110 10011111 10001001 0 10100 11111 10110 10110 100011 1000010

Color Harmonies of #C69F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F89

Black with #C69F89

Text Example


Text Example

White with #C69F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F89; }

 p { color: rgb(198,159,137); }

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

background-color css

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

 a { background-color: rgb(198,159,137); }

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

border-color css

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

 span { border-color: rgb(198,159,137); }

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