Html Css Color HEX #CF6765 Indian Red

📋 copy color: '#CF6765'

red 207 ◦ green 103 ◦ blue 101

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

Shades of Indian Red #CF6765

Tints of Indian Red #CF6765

RGB

 RED value IS 207 (81.25% from 255) = 50.36%

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

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

R = 50.36%
G = 25.06%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF6765 (or 0xCF6765) is known color: Indian Red. HEX triplet: CF, 67 and 65. RGB value is (207,103,101). Sum of RGB (Red+Green+Blue) = 207+103+101=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6765 is #30989A. Grayscale: #858585. Windows color (decimal): -3184795 or 6645711. OLE color: 6645711.

HSL color Cylindrical-coordinate representation of color #CF6765: hue angle of 1.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6765 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 101 -
CMYK 0 0.50 0.51 0.19
HSL 1.13º 0.52% 0.6% -
HSV(B) 1.13º 0.51% 0.81% -
XYZ 32.93 23.91 15.19 -
YUV 133.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 207 103 101 0 0.50 0.51 0.19 1.13 0.52 0.6
Hex CF 67 65 0 32 33 13 1 34 3C
Octal 317 147 145 0 62 63 23 1 64 74
Binary 11001111 1100111 1100101 0 110010 110011 10011 1 110100 111100

Color Harmonies of #CF6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6765

Black with #CF6765

Text Example


Text Example

White with #CF6765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6765; }

 p { color: rgb(207,103,101); }

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

background-color css

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

 a { background-color: rgb(207,103,101); }

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

border-color css

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

 span { border-color: rgb(207,103,101); }

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