Html Css Color HEX #FFCA7B Chardonnay

📋 copy color: '#FFCA7B'

red 255 ◦ green 202 ◦ blue 123

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

Shades of Chardonnay #FFCA7B

Tints of Chardonnay #FFCA7B

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 123 (48.44% from 255) = 21.21%

R = 43.97%
G = 34.83%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFCA7B (or 0xFFCA7B) is known color: Chardonnay. HEX triplet: FF, CA and 7B. RGB value is (255,202,123). Sum of RGB (Red+Green+Blue) = 255+202+123=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7B is #003584. Grayscale: #D1D1D1. Windows color (decimal): -13701 or 8112895. OLE color: 8112895.

HSL color Cylindrical-coordinate representation of color #FFCA7B: hue angle of 35.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCA7B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 123 -
CMYK 0 0.21 0.52 0
HSL 35.91º 1% 0.74% -
HSV(B) 35.91º 0.52% 1% -
XYZ 65.94 64.93 27.8 -
YUV 208.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 255 202 123 0 0.21 0.52 0 35.91 1 0.74
Hex FF CA 7B 0 15 34 0 24 64 4A
Octal 377 312 173 0 25 64 0 44 144 112
Binary 11111111 11001010 1111011 0 10101 110100 0 100100 1100100 1001010

Color Harmonies of #FFCA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA7B

Black with #FFCA7B

Text Example


Text Example

White with #FFCA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA7B; }

 p { color: rgb(255,202,123); }

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

background-color css

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

 a { background-color: rgb(255,202,123); }

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

border-color css

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

 span { border-color: rgb(255,202,123); }

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