Html Css Color HEX #CB645F Indian Red

📋 copy color: '#CB645F'

red 203 ◦ green 100 ◦ blue 95

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

Shades of Indian Red #CB645F

Tints of Indian Red #CB645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 51.01%
G = 25.13%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB645F (or 0xCB645F) is known color: Indian Red. HEX triplet: CB, 64 and 5F. RGB value is (203,100,95). Sum of RGB (Red+Green+Blue) = 203+100+95=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB645F is #349BA0. Grayscale: #828282. Windows color (decimal): -3447713 or 6251723. OLE color: 6251723.

HSL color Cylindrical-coordinate representation of color #CB645F: hue angle of 2.78º 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 #CB645F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 95 -
CMYK 0 0.51 0.53 0.20
HSL 2.78º 0.51% 0.58% -
HSV(B) 2.78º 0.53% 0.8% -
XYZ 31.25 22.64 13.55 -
YUV 130.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 203 100 95 0 0.51 0.53 0.20 2.78 0.51 0.58
Hex CB 64 5F 0 33 35 14 3 33 3A
Octal 313 144 137 0 63 65 24 3 63 72
Binary 11001011 1100100 1011111 0 110011 110101 10100 11 110011 111010

Color Harmonies of #CB645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB645F

Black with #CB645F

Text Example


Text Example

White with #CB645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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