Html Css Color HEX #CFD49C Orinoco

📋 copy color: '#CFD49C'

red 207 ◦ green 212 ◦ blue 156

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

Shades of Orinoco #CFD49C

Tints of Orinoco #CFD49C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

 BLUE value IS 156 (61.33% from 255) = 27.13%

R = 36%
G = 36.87%
B = 27.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#CFD49C (or 0xCFD49C) is known color: Orinoco. HEX triplet: CF, D4 and 9C. RGB value is (207,212,156). Sum of RGB (Red+Green+Blue) = 207+212+156=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49C is #302B63. Grayscale: #CCCCCC. Windows color (decimal): -3156836 or 10278095. OLE color: 10278095.

HSL color Cylindrical-coordinate representation of color #CFD49C: hue angle of 65.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD49C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 156 -
CMYK 0.02 0 0.26 0.17
HSL 65.36º 0.39% 0.72% -
HSV(B) 65.36º 0.26% 0.83% -
XYZ 55.28 62.75 40.65 -
YUV 204.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 207 212 156 0.02 0 0.26 0.17 65.36 0.39 0.72
Hex CF D4 9C 2 0 1A 11 41 27 48
Octal 317 324 234 2 0 32 21 101 47 110
Binary 11001111 11010100 10011100 10 0 11010 10001 1000001 100111 1001000

Color Harmonies of #CFD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD49C

Black with #CFD49C

Text Example


Text Example

White with #CFD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD49C; }

 p { color: rgb(207,212,156); }

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

background-color css

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

 a { background-color: rgb(207,212,156); }

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

border-color css

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

 span { border-color: rgb(207,212,156); }

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