Html Css Color HEX #CB9795 Petite Orchid

📋 copy color: '#CB9795'

red 203 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #CB9795

Tints of Petite Orchid #CB9795

RGB

 RED value IS 203 (79.69% from 255) = 40.36%

 GREEN value IS 151 (59.38% from 255) = 30.02%

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 40.36%
G = 30.02%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9795 (or 0xCB9795) is known color: Petite Orchid. HEX triplet: CB, 97 and 95. RGB value is (203,151,149). Sum of RGB (Red+Green+Blue) = 203+151+149=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9795 is #34686A. Grayscale: #A6A6A6. Windows color (decimal): -3434603 or 9803723. OLE color: 9803723.

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

Color convert

RGB 203 151 149 -
CMYK 0 0.26 0.27 0.20
HSL 2.22º 0.34% 0.69% -
HSV(B) 2.22º 0.27% 0.8% -
XYZ 41.12 37 33.41 -
YUV 166.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 203 151 149 0 0.26 0.27 0.20 2.22 0.34 0.69
Hex CB 97 95 0 1A 1B 14 2 22 45
Octal 313 227 225 0 32 33 24 2 42 105
Binary 11001011 10010111 10010101 0 11010 11011 10100 10 100010 1000101

Color Harmonies of #CB9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9795

Black with #CB9795

Text Example


Text Example

White with #CB9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9795; }

 p { color: rgb(203,151,149); }

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

background-color css

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

 a { background-color: rgb(203,151,149); }

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

border-color css

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

 span { border-color: rgb(203,151,149); }

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