Html Css Color HEX #CD9898 Petite Orchid

📋 copy color: '#CD9898'

red 205 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #CD9898

Tints of Petite Orchid #CD9898

RGB

 RED value IS 205 (80.47% from 255) = 40.28%

 GREEN value IS 152 (59.77% from 255) = 29.86%

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 40.28%
G = 29.86%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD9898 (or 0xCD9898) is known color: Petite Orchid. HEX triplet: CD, 98 and 98. RGB value is (205,152,152). Sum of RGB (Red+Green+Blue) = 205+152+152=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9898 is #326767. Grayscale: #A7A7A7. Windows color (decimal): -3303272 or 10000589. OLE color: 10000589.

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

Color convert

RGB 205 152 152 -
CMYK 0 0.26 0.26 0.20
HSL 0.35% 0.7% -
HSV(B) 0.26% 0.8% -
XYZ 42.07 37.7 34.77 -
YUV 167.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 205 152 152 0 0.26 0.26 0.20 0 0.35 0.7
Hex CD 98 98 0 1A 1A 14 0 23 46
Octal 315 230 230 0 32 32 24 0 43 106
Binary 11001101 10011000 10011000 0 11010 11010 10100 0 100011 1000110

Color Harmonies of #CD9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9898

Black with #CD9898

Text Example


Text Example

White with #CD9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9898; }

 p { color: rgb(205,152,152); }

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

background-color css

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

 a { background-color: rgb(205,152,152); }

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

border-color css

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

 span { border-color: rgb(205,152,152); }

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