Html Css Color HEX #CB665F Indian Red

📋 copy color: '#CB665F'

red 203 ◦ green 102 ◦ blue 95

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

Shades of Indian Red #CB665F

Tints of Indian Red #CB665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 50.75%
G = 25.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB665F (or 0xCB665F) is known color: Indian Red. HEX triplet: CB, 66 and 5F. RGB value is (203,102,95). Sum of RGB (Red+Green+Blue) = 203+102+95=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB665F is #3499A0. Grayscale: #838383. Windows color (decimal): -3447201 or 6252235. OLE color: 6252235.

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

Color convert

RGB 203 102 95 -
CMYK 0 0.50 0.53 0.20
HSL 3.89º 0.51% 0.58% -
HSV(B) 3.89º 0.53% 0.8% -
XYZ 31.45 23.03 13.61 -
YUV 131.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 203 102 95 0 0.50 0.53 0.20 3.89 0.51 0.58
Hex CB 66 5F 0 32 35 14 4 33 3A
Octal 313 146 137 0 62 65 24 4 63 72
Binary 11001011 1100110 1011111 0 110010 110101 10100 100 110011 111010

Color Harmonies of #CB665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB665F

Black with #CB665F

Text Example


Text Example

White with #CB665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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