Html Css Color HEX #CB6665 Indian Red

📋 copy color: '#CB6665'

red 203 ◦ green 102 ◦ blue 101

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

Shades of Indian Red #CB6665

Tints of Indian Red #CB6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 50%
G = 25.12%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6665 (or 0xCB6665) is known color: Indian Red. HEX triplet: CB, 66 and 65. RGB value is (203,102,101). Sum of RGB (Red+Green+Blue) = 203+102+101=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6665 is #34999A. Grayscale: #848484. Windows color (decimal): -3447195 or 6645451. OLE color: 6645451.

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

Color convert

RGB 203 102 101 -
CMYK 0 0.50 0.50 0.20
HSL 0.59º 0.5% 0.6% -
HSV(B) 0.59º 0.5% 0.8% -
XYZ 31.73 23.14 15.11 -
YUV 132.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 203 102 101 0 0.50 0.50 0.20 0.59 0.5 0.6
Hex CB 66 65 0 32 32 14 1 32 3C
Octal 313 146 145 0 62 62 24 1 62 74
Binary 11001011 1100110 1100101 0 110010 110010 10100 1 110010 111100

Color Harmonies of #CB6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6665

Black with #CB6665

Text Example


Text Example

White with #CB6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6665; }

 p { color: rgb(203,102,101); }

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

background-color css

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

 a { background-color: rgb(203,102,101); }

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

border-color css

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

 span { border-color: rgb(203,102,101); }

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