Html Css Color HEX #CB6761 Indian Red

📋 copy color: '#CB6761'

red 203 ◦ green 103 ◦ blue 97

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

Shades of Indian Red #CB6761

Tints of Indian Red #CB6761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 50.37%
G = 25.56%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6761 (or 0xCB6761) is known color: Indian Red. HEX triplet: CB, 67 and 61. RGB value is (203,103,97). Sum of RGB (Red+Green+Blue) = 203+103+97=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6761 is #34989E. Grayscale: #848484. Windows color (decimal): -3446943 or 6383563. OLE color: 6383563.

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

Color convert

RGB 203 103 97 -
CMYK 0 0.49 0.52 0.20
HSL 3.4º 0.5% 0.59% -
HSV(B) 3.4º 0.52% 0.8% -
XYZ 31.64 23.26 14.13 -
YUV 132.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 203 103 97 0 0.49 0.52 0.20 3.4 0.5 0.59
Hex CB 67 61 0 31 34 14 3 32 3B
Octal 313 147 141 0 61 64 24 3 62 73
Binary 11001011 1100111 1100001 0 110001 110100 10100 11 110010 111011

Color Harmonies of #CB6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6761

Black with #CB6761

Text Example


Text Example

White with #CB6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6761; }

 p { color: rgb(203,103,97); }

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

background-color css

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

 a { background-color: rgb(203,103,97); }

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

border-color css

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

 span { border-color: rgb(203,103,97); }

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