Html Css Color HEX #CA836B Burning Sand

📋 copy color: '#CA836B'

red 202 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #CA836B

Tints of Burning Sand #CA836B

RGB

 RED value IS 202 (79.3% from 255) = 45.91%

 GREEN value IS 131 (51.56% from 255) = 29.77%

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 45.91%
G = 29.77%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA836B (or 0xCA836B) is known color: Burning Sand. HEX triplet: CA, 83 and 6B. RGB value is (202,131,107). Sum of RGB (Red+Green+Blue) = 202+131+107=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA836B is #357C94. Grayscale: #959595. Windows color (decimal): -3505301 or 7046090. OLE color: 7046090.

HSL color Cylindrical-coordinate representation of color #CA836B: hue angle of 15.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA836B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 107 -
CMYK 0 0.35 0.47 0.21
HSL 15.16º 0.47% 0.61% -
HSV(B) 15.16º 0.47% 0.79% -
XYZ 35.13 29.85 17.82 -
YUV 149.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 202 131 107 0 0.35 0.47 0.21 15.16 0.47 0.61
Hex CA 83 6B 0 23 2F 15 F 2F 3D
Octal 312 203 153 0 43 57 25 17 57 75
Binary 11001010 10000011 1101011 0 100011 101111 10101 1111 101111 111101

Color Harmonies of #CA836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA836B

Black with #CA836B

Text Example


Text Example

White with #CA836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA836B; }

 p { color: rgb(202,131,107); }

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

background-color css

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

 a { background-color: rgb(202,131,107); }

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

border-color css

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

 span { border-color: rgb(202,131,107); }

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