Html Css Color HEX #CD7B65 Burning Sand

📋 copy color: '#CD7B65'

red 205 ◦ green 123 ◦ blue 101

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

Shades of Burning Sand #CD7B65

Tints of Burning Sand #CD7B65

RGB

 RED value IS 205 (80.47% from 255) = 47.79%

 GREEN value IS 123 (48.44% from 255) = 28.67%

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

R = 47.79%
G = 28.67%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD7B65 (or 0xCD7B65) is known color: Burning Sand. HEX triplet: CD, 7B and 65. RGB value is (205,123,101). Sum of RGB (Red+Green+Blue) = 205+123+101=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B65 is #32849A. Grayscale: #919191. Windows color (decimal): -3310747 or 6650829. OLE color: 6650829.

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

Color convert

RGB 205 123 101 -
CMYK 0 0.4 0.51 0.20
HSL 12.69º 0.51% 0.6% -
HSV(B) 12.69º 0.51% 0.8% -
XYZ 34.61 28.08 15.91 -
YUV 145.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 205 123 101 0 0.4 0.51 0.20 12.69 0.51 0.6
Hex CD 7B 65 0 28 33 14 D 33 3C
Octal 315 173 145 0 50 63 24 15 63 74
Binary 11001101 1111011 1100101 0 101000 110011 10100 1101 110011 111100

Color Harmonies of #CD7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B65

Black with #CD7B65

Text Example


Text Example

White with #CD7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B65; }

 p { color: rgb(205,123,101); }

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

background-color css

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

 a { background-color: rgb(205,123,101); }

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

border-color css

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

 span { border-color: rgb(205,123,101); }

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